Home
last modified time | relevance | path

Searched refs:rect_x2 (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DPdfGantt.php376 $rect_x2 = $rect_x1+$w; # intent ending position
378 $real_x2 = min($rect_x2,$max_x);
383 …if(($rect_x1>=$timeline_x && $rect_x1 <= $max_x) OR ($rect_x2>=$timeline_x && $rect_x2 <= $max_x) …
389 $shade_x2 = min($rect_x2 + floatval($this->_config['shade_offsetx']), $max_x);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/glib/demo/
H A Dannots.c668 GtkWidget *rect_x1, *rect_y1, *rect_x2, *rect_y2; in pgd_annots_add_annot() local
717 rect_x2 = gtk_spin_button_new_with_range (0, width, 1.0); in pgd_annots_add_annot()
718 gtk_box_pack_start (GTK_BOX (rect_hbox), rect_x2, TRUE, TRUE, 0); in pgd_annots_add_annot()
719 gtk_widget_show (rect_x2); in pgd_annots_add_annot()
756 rect.x2 = gtk_spin_button_get_value (GTK_SPIN_BUTTON (rect_x2)); in pgd_annots_add_annot()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanRenderManager.h96 int rect_x2 = rect.offset.x + rect.extent.width; in Apply() local
98 if (rect_x2 > x2) x2 = rect_x2; in Apply()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanRenderManager.h96 int rect_x2 = rect.offset.x + rect.extent.width; in Apply() local
98 if (rect_x2 > x2) x2 = rect_x2; in Apply()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanRenderManager.h96 int rect_x2 = rect.offset.x + rect.extent.width; in Apply() local
98 if (rect_x2 > x2) x2 = rect_x2; in Apply()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage.c57 static gint rect_x1, rect_x2, rect_y1, rect_y2; variable
88 rect_x2 = x; in switch_coords_orientation()
95 rect_x2 = width - image_start_x; in switch_coords_orientation()
102 rect_x2 = width - image_start_x; in switch_coords_orientation()
109 rect_x2 = x; in switch_coords_orientation()
116 rect_x2 = y; in switch_coords_orientation()
123 rect_x2 = y; in switch_coords_orientation()
130 rect_x2 = height - image_start_y; in switch_coords_orientation()
137 rect_x2 = height - image_start_y; in switch_coords_orientation()
2260 *x2 = rect_x2; in image_get_rectangle()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DNUM2.cpp1715 if (line_x1 >= rect_x1 && line_x1 <= rect_x2 && line_y1 >= rect_y1 && line_y1 <= rect_y2 && in NUMclipLineWithinRectangle()
1716 line_x2 >= rect_x1 && line_x2 <= rect_x2 && line_y2 >= rect_y1 && line_y2 <= rect_y2) in NUMclipLineWithinRectangle()
1721 if ( (line_x1 <= rect_x1 && line_x2 <= rect_x1) || (line_x1 >= rect_x2 && line_x2 >= rect_x2) || in NUMclipLineWithinRectangle()
1751 if (xmax > rect_x2) in NUMclipLineWithinRectangle()
1752 segment_x2 = rect_x2; in NUMclipLineWithinRectangle()
1790 if (x > rect_x1 && x < rect_x2 && ymax > rect_y2) { // Within horizontal range? in NUMclipLineWithinRectangle()
1799 y = a * rect_x2 + b; // Crossing at y with right border: x = rect_x2 in NUMclipLineWithinRectangle()
1801 if (y >= rect_y1 && y <= rect_y2 && xmax > rect_x2) { // Within vertical range? in NUMclipLineWithinRectangle()
1802 crossing_x [++ numberOfRectangleCrossings] = rect_x2; in NUMclipLineWithinRectangle()
1812 if (x > rect_x1 && x < rect_x2 && ymin < rect_y1) { in NUMclipLineWithinRectangle()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_path_wrapper.cpp569 double rect_x1, rect_y1, rect_x2, rect_y2; in Py_path_intersects_rectangle() local
582 &rect_x2, in Py_path_intersects_rectangle()
589 …_rectangle", (result = path_intersects_rectangle(path, rect_x1, rect_y1, rect_x2, rect_y2, filled)… in Py_path_intersects_rectangle()
H A D_path.h947 double rect_x2, double rect_y2, in path_intersects_rectangle() argument
960 double cx = (rect_x1 + rect_x2) * 0.5, cy = (rect_y1 + rect_y2) * 0.5; in path_intersects_rectangle()
961 double w = fabs(rect_x1 - rect_x2), h = fabs(rect_y1 - rect_y2); in path_intersects_rectangle()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_path_wrapper.cpp529 double rect_x1, rect_y1, rect_x2, rect_y2; in Py_path_intersects_rectangle() local
542 &rect_x2, in Py_path_intersects_rectangle()
548 …_rectangle", (result = path_intersects_rectangle(path, rect_x1, rect_y1, rect_x2, rect_y2, filled)… in Py_path_intersects_rectangle()
H A D_path.h892 double rect_x2, double rect_y2, in path_intersects_rectangle() argument
905 double cx = (rect_x1 + rect_x2) * 0.5, cy = (rect_y1 + rect_y2) * 0.5; in path_intersects_rectangle()
906 double w = fabs(rect_x1 - rect_x2), h = fabs(rect_y1 - rect_y2); in path_intersects_rectangle()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-week-view-event-item.c712 gint rect_x, rect_w, rect_x2 = 0; in week_view_event_item_draw() local
1021 } else if (can_draw_in_region (draw_region, rect_x2, y2, 1, 1)) { in week_view_event_item_draw()
1032 cairo_move_to (cr, rect_x2, y1); in week_view_event_item_draw()
1033 cairo_line_to (cr, rect_x2, y2); in week_view_event_item_draw()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-journal.c807 float rect_x1, rect_y1, rect_x2, rect_y2; in can_software_clip_entry() local
823 rect_x2 = clip_rect->x1; in can_software_clip_entry()
828 rect_x2 = clip_rect->x0; in can_software_clip_entry()
843 clip_bounds_out->x_2 = MIN (clip_bounds_out->x_2, rect_x2 - tx); in can_software_clip_entry()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-journal.c781 float rect_x1, rect_y1, rect_x2, rect_y2; in can_software_clip_entry() local
797 rect_x2 = clip_rect->x1; in can_software_clip_entry()
802 rect_x2 = clip_rect->x0; in can_software_clip_entry()
817 clip_bounds_out->x_2 = MIN (clip_bounds_out->x_2, rect_x2 - tx); in can_software_clip_entry()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-journal.c807 float rect_x1, rect_y1, rect_x2, rect_y2; in can_software_clip_entry() local
823 rect_x2 = clip_rect->x1; in can_software_clip_entry()
828 rect_x2 = clip_rect->x0; in can_software_clip_entry()
843 clip_bounds_out->x_2 = MIN (clip_bounds_out->x_2, rect_x2 - tx); in can_software_clip_entry()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xephyr/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xarcan/xarcan-0.6.0/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-servers/xwayland/xorg-server-1.20.13/exa/
H A Dexa_render.c541 int rect_x2 = r->xDst + r->width; in exaCompositeRects() local
548 if (rect_x2 > x2) in exaCompositeRects()
549 x2 = rect_x2; in exaCompositeRects()
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dboxes.c2041 int rect_x2 = rect->x + rect->width; in meta_rectangle_is_adjacent_to() local
2048 if ((rect_x1 == other_x2 || rect_x2 == other_x1) && in meta_rectangle_is_adjacent_to()
2052 !(rect_x2 <= other_x1 || rect_x1 >= other_x2)) in meta_rectangle_is_adjacent_to()

12