Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 168820) sorted by last modified time

12345678910>>...6753

/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-stage-view.c850 rect->origin.x, in set_framebuffer_viewport()
851 rect->origin.y, in set_framebuffer_viewport()
870 .origin = { .x = x, .y = y }, in clutter_stage_view_set_viewport()
/dports/x11-wm/metacity/metacity-3.42.0/
H A Dconfigure14946 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14947 $as_echo_n "checking for shared library run path origin... " >&6; }
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/
H A Dconfigure2155 --with-package-origin specify package origin URL to use in plugins
/dports/x11-toolkits/gtk30/gtk+-3.24.31/
H A Dconfigure7201 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7202 $as_echo_n "checking for shared library run path origin... " >&6; }
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSCharacterPanel.m69 titleRect.origin.y = aRect.origin.y + (aRect.size.height - titleSize.height) / 2.0;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/reftests/
H A DMakefile.in679 background-origin.css \
680 background-origin.ref.ui \
681 background-origin.ui \
709 reference-background-origin.png \
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A DSoGuiRenderArea.cpp.in106 array->origin = SoArray::CENTER;
1832 SbVec2s origin = vp.getViewportOriginPixels();
1834 glViewport(origin[0], origin[1], size[0], size[1]);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A DMakefile.in708 background-origin.css \
709 background-origin.ref.css \
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiExaminerViewer.cpp.in971 SbVec2s origin(view[0]/2 - pixelarea/2, view[1]/2 - pixelarea/2);
974 SbVec2s origin(view[0] - pixelarea, 0); local
976 glViewport(origin[0], origin[1], pixelarea, pixelarea);
/dports/x11-toolkits/soqt/soqt/test-code/components/
H A Drenderarea.cpp62 array->origin = SoArray::CENTER; in get_scene_graph()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotpolar.c271 plot->left->origin.x = (gfloat)width*plot->left_align; in gtk_plot_polar_real_paint()
272 plot->left->origin.y = height; in gtk_plot_polar_real_paint()
286 plot->left->origin.x = 0; in gtk_plot_polar_real_paint()
287 plot->left->origin.y = (gfloat)height*plot->left_align; in gtk_plot_polar_real_paint()
494 x = xp + ox * axis->direction.x + axis->origin.x; in gtk_plot_polar_draw_axis()
495 y = yp + oy * axis->direction.y + axis->origin.y; in gtk_plot_polar_draw_axis()
623 x = xp + ox * axis->direction.x + axis->origin.x; in gtk_plot_polar_draw_labels()
624 y = yp + oy * axis->direction.y + axis->origin.y; in gtk_plot_polar_draw_labels()
H A Dgtkplotdata.c3403 GTK_PLOT3D(plot)->origin.x, y, z, in gtk_plot_data_draw_xyz()
3411 x, GTK_PLOT3D(plot)->origin.y, z, in gtk_plot_data_draw_xyz()
3419 x, y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_data_draw_xyz()
H A Dgtkplotcsurface.c1008 polygon->xyz[0].x, polygon->xyz[0].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
1011 polygon->xyz[1].x, polygon->xyz[1].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
1014 polygon->xyz[2].x, polygon->xyz[2].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
1019 polygon->xyz[3].x, polygon->xyz[3].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
1044 polygon->xyz[0].x, polygon->xyz[0].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
1047 polygon->xyz[1].x, polygon->xyz[1].y, GTK_PLOT3D(plot)->origin.z, in gtk_plot_csurface_real_draw_polygons()
H A Dgtkplot3d.h69 GtkPlotVector origin; member
H A Dgtkplot.c1999 plot->bottom->origin.x = plot->xmin; in gtk_plot_real_paint()
2000 plot->bottom->origin.y = plot->ymin*(1.0-plot->bottom_align) + in gtk_plot_real_paint()
2016 plot->top->origin.x = plot->xmin; in gtk_plot_real_paint()
2017 plot->top->origin.y = plot->ymin*(1.0-plot->top_align) + in gtk_plot_real_paint()
2033 plot->left->origin.x = plot->xmin*(1.0-plot->left_align) + in gtk_plot_real_paint()
2035 plot->left->origin.y = plot->ymin; in gtk_plot_real_paint()
2050 plot->right->origin.x = plot->xmin*(1.0-plot->right_align) + in gtk_plot_real_paint()
2052 plot->right->origin.y = plot->ymin; in gtk_plot_real_paint()
2452 gtk_plot_get_pixel(plot, axis->origin.x, axis->origin.y, &x1, &y1); in gtk_plot_draw_axis()
2496 yy = axis->direction.x * axis->origin.y - x_tick * axis->direction.y; in gtk_plot_draw_axis()
[all …]
H A Dgtkplot.h293 GtkPlotVector origin; member
H A Dgtkplot3d.c821 plot->origin = v[origin]; in gtk_plot3d_real_paint()
834 plot->ax->origin.y = v[origin].y; in gtk_plot3d_real_paint()
835 plot->ax->origin.z = v[origin].z; in gtk_plot3d_real_paint()
838 plot->ay->origin.x = v[origin].x; in gtk_plot3d_real_paint()
839 plot->ay->origin.z = v[origin].z; in gtk_plot3d_real_paint()
867 if(origin == 0 || origin == 1 || origin == 2 || origin == 3) in gtk_plot3d_real_paint()
869 if(origin == 4 || origin == 5 || origin == 6 || origin == 7) in gtk_plot3d_real_paint()
907 if(origin == 0 || origin == 3 || origin == 7 || origin == 4) in gtk_plot3d_real_paint()
909 if(origin == 1 || origin == 2 || origin == 6 || origin == 5) in gtk_plot3d_real_paint()
947 if(origin == 0 || origin == 4 || origin == 5 || origin == 1) in gtk_plot3d_real_paint()
[all …]
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvteseq.c1168 long rowval, colval, origin; in vte_sequence_handler_cm() local
1181 origin = screen->scrolling_region.start; in vte_sequence_handler_cm()
1183 origin = 0; in vte_sequence_handler_cm()
1185 rowval = g_value_get_long(row) + origin; in vte_sequence_handler_cm()
1337 long val, origin; in vte_sequence_handler_cv() local
1346 origin = screen->scrolling_region.start; in vte_sequence_handler_cv()
1348 origin = 0; in vte_sequence_handler_cv()
1350 val = g_value_get_long(value) + origin; in vte_sequence_handler_cv()
H A Dvte.c6895 struct selection_event_coords *origin, *last, *start, *end; in vte_terminal_extend_selection() local
6948 origin = &terminal->pvt->selection_origin; in vte_terminal_extend_selection()
6957 if (origin->y <= last->y) { in vte_terminal_extend_selection()
6959 start = origin; in vte_terminal_extend_selection()
6964 end = origin; in vte_terminal_extend_selection()
6972 if ((origin->y / height < last->y / height) || in vte_terminal_extend_selection()
6973 ((origin->y / height == last->y / height) && in vte_terminal_extend_selection()
6974 (origin->x / width < last->x / width ))) { in vte_terminal_extend_selection()
6976 start = origin; in vte_terminal_extend_selection()
6981 end = origin; in vte_terminal_extend_selection()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/lzma/
H A DTypes.h166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp35960 void SwigDirector_Fl_Paged_Device::origin(int x, int y) { in origin() function in SwigDirector_Fl_Paged_Device
36398 void SwigDirector_Fl_Printer::origin(int x, int y) { in origin() function in SwigDirector_Fl_Printer
36426 void SwigDirector_Fl_Printer::origin(int *x, int *y) { in origin() function in SwigDirector_Fl_Printer
130500 (arg1)->Fl_Paged_Device::origin(arg2,arg3); in _wrap_Fl_Paged_Device_origin__SWIG_0()
130502 (arg1)->origin(arg2,arg3); in _wrap_Fl_Paged_Device_origin__SWIG_0()
130551 (arg1)->Fl_Paged_Device::origin(arg2,arg3); in _wrap_Fl_Paged_Device_origin__SWIG_1()
130553 (arg1)->origin(arg2,arg3); in _wrap_Fl_Paged_Device_origin__SWIG_1()
131401 (arg1)->Fl_Printer::origin(arg2,arg3); in _wrap_Fl_Printer_origin__SWIG_0()
131403 (arg1)->origin(arg2,arg3); in _wrap_Fl_Printer_origin__SWIG_0()
131452 (arg1)->Fl_Printer::origin(arg2,arg3); in _wrap_Fl_Printer_origin__SWIG_1()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_seat.h303 struct wlr_surface *origin; member
668 struct wlr_surface *origin, uint32_t serial);
676 struct wlr_surface *origin, uint32_t serial,
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/
H A Dconfigure15172 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
15173 $as_echo_n "checking for shared library run path origin... " >&6; }
/dports/x11-toolkits/p5-Prima/Prima-1.63/
H A DAGPLv3360 c) Prohibiting misrepresentation of the origin of that material, or
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DWindow.pod107 pair C<::frameOrigin> and C<::frameSize>, which along with C<::origin>

12345678910>>...6753