Home
last modified time | relevance | path

Searched refs:BOX_RIGHT (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dboxes.c568 return BOX_RIGHT (strut->rect) >= BOX_RIGHT (*rect); in check_strut_align()
682 if (BOX_RIGHT (*rect) > BOX_RIGHT (*strut_rect)) in meta_rectangle_get_minimal_spanning_set_for_region()
794 max_x = BOX_RIGHT (*expand_to); in meta_rectangle_expand_to_snapped_borders()
807 if (BOX_RIGHT (strut->rect) > min_x) in meta_rectangle_expand_to_snapped_borders()
808 min_x = BOX_RIGHT (strut->rect); in meta_rectangle_expand_to_snapped_borders()
842 if (BOX_RIGHT (strut->rect) > min_x) in meta_rectangle_expand_to_snapped_borders()
1419 if (BOX_RIGHT (*rect) > BOX_RIGHT (*overlap)) in get_rect_minus_overlap()
1423 temp->x = BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1424 temp->width = BOX_RIGHT (*rect) - BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1665 result->width = MIN (BOX_RIGHT (*rect), BOX_RIGHT (*rect2)) - result->x; in rectangle_and_edge_intersection()
[all …]
H A Dconstraints.c940 target_size.width = BOX_RIGHT (actual_position) - target_size.x; in constrain_tiling()
943 target_size.width = BOX_RIGHT (target_size) - BOX_LEFT (actual_position); in constrain_tiling()
960 target_size.width = BOX_RIGHT (actual_position) - target_size.x; in constrain_tiling()
963 target_size.width = BOX_RIGHT (actual_position) - target_size.x; in constrain_tiling()
975 target_size.width = BOX_RIGHT (actual_position) - target_size.x; in constrain_tiling()
979 target_size.width = BOX_RIGHT (actual_position) - target_size.x; in constrain_tiling()
987 target_size.width = BOX_RIGHT (target_size) - BOX_LEFT (actual_position); in constrain_tiling()
996 target_size.width = BOX_RIGHT (target_size) - BOX_LEFT (actual_position); in constrain_tiling()
1004 target_size.width = BOX_RIGHT (target_size) - BOX_LEFT (actual_position); in constrain_tiling()
1015 target_size.width = BOX_RIGHT (target_size) - BOX_LEFT (actual_position); in constrain_tiling()
H A Dedge-resistance.c575 new_right = apply_edge_snapping (BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
576 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
616 BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
617 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
1193 right_change = BOX_RIGHT (new_outer) - BOX_RIGHT (*reference); in meta_window_edge_resistance_for_move()
H A Dboxes-private.h32 #define BOX_RIGHT(box) ((box).x + (box).width) /* One pixel past right */ macro
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dboxes.c560 return BOX_RIGHT (strut->rect) >= BOX_RIGHT (*rect); in check_strut_align()
674 if (BOX_RIGHT (*rect) > BOX_RIGHT (*strut_rect)) in meta_rectangle_get_minimal_spanning_set_for_region()
679 new_x = BOX_RIGHT (*strut_rect); in meta_rectangle_get_minimal_spanning_set_for_region()
1276 if (BOX_RIGHT (*rect) > BOX_RIGHT (*overlap)) in get_rect_minus_overlap()
1280 temp->x = BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1281 temp->width = BOX_RIGHT (*rect) - BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1522 result->width = MIN (BOX_RIGHT (*rect), BOX_RIGHT (*rect2)) - result->x; in rectangle_and_edge_intersection()
1549 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1557 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1676 if (BOX_RIGHT (old_edge->rect) > BOX_RIGHT (remove->rect)) in split_edge()
[all …]
H A Dedge-resistance.c580 new_right = apply_edge_snapping (BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
581 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
668 BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
669 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
1237 right_change = BOX_RIGHT (new_outer) - BOX_RIGHT (*reference); in meta_window_edge_resistance_for_move()
H A Dboxes-private.h33 #define BOX_RIGHT(box) ((box).x + (box).width) /* One pixel past right */ macro
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dboxes.c621 if (BOX_RIGHT (*rect) > BOX_RIGHT (*strut_rect)) in meta_rectangle_get_minimal_spanning_set_for_region()
626 new_x = BOX_RIGHT (*strut_rect); in meta_rectangle_get_minimal_spanning_set_for_region()
1172 BOX_LEFT (edge->rect) <= BOX_RIGHT (*rect); in meta_rectangle_edge_aligns()
1193 if (BOX_RIGHT (*rect) > BOX_RIGHT (*overlap)) in get_rect_minus_overlap()
1197 temp->x = BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1198 temp->width = BOX_RIGHT (*rect) - BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1439 result->width = MIN (BOX_RIGHT (*rect), BOX_RIGHT (*rect2)) - result->x; in rectangle_and_edge_intersection()
1466 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1474 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1595 if (BOX_RIGHT (old_edge->rect) > BOX_RIGHT (remove->rect)) in split_edge()
[all …]
H A Dedge-resistance.c485 new_right = apply_edge_snapping (BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
486 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
524 BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
525 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
1046 right_change = BOX_RIGHT (new_outer) - BOX_RIGHT (*reference); in meta_window_edge_resistance_for_move()
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dboxes.c625 if (BOX_RIGHT (*rect) > BOX_RIGHT (*strut_rect)) in meta_rectangle_get_minimal_spanning_set_for_region()
630 new_x = BOX_RIGHT (*strut_rect); in meta_rectangle_get_minimal_spanning_set_for_region()
1166 BOX_LEFT (edge->rect) <= BOX_RIGHT (*rect); in meta_rectangle_edge_aligns()
1187 if (BOX_RIGHT (*rect) > BOX_RIGHT (*overlap)) in get_rect_minus_overlap()
1191 temp->x = BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1192 temp->width = BOX_RIGHT (*rect) - BOX_RIGHT (*overlap); in get_rect_minus_overlap()
1433 result->width = MIN (BOX_RIGHT (*rect), BOX_RIGHT (*rect2)) - result->x; in rectangle_and_edge_intersection()
1460 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1468 else if (result->x == BOX_RIGHT (*rect)) in rectangle_and_edge_intersection()
1587 if (BOX_RIGHT (old_edge->rect) > BOX_RIGHT (remove->rect)) in split_edge()
[all …]
H A Dedge-resistance.c574 new_right = apply_edge_snapping (BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
575 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
615 BOX_RIGHT (*old_outer), in apply_edge_resistance_to_each_side()
616 BOX_RIGHT (*new_outer), in apply_edge_resistance_to_each_side()
1191 right_change = BOX_RIGHT (new_outer) - BOX_RIGHT (*reference); in meta_window_edge_resistance_for_move()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/
H A DRingClipper.java50 private static final int BOX_RIGHT = 1; field in RingClipper
146 case BOX_RIGHT: in intersection()
177 case BOX_RIGHT: // right in isInsideEdge()
/dports/graphics/geos/geos-3.9.1/src/operation/overlayng/
H A DRingClipper.cpp88 case BOX_RIGHT: in intersection()
128 case BOX_RIGHT: // right in isInsideEdge()
/dports/graphics/geos/geos-3.9.1/include/geos/operation/overlayng/
H A DRingClipper.h73 static constexpr int BOX_RIGHT = 1; variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_rmain.c865 #define BOX_RIGHT 1 macro
977 case BOX_RIGHT: in get_ypr()
1027 if (abs_x > abs_z) { side = ((sx > 0.0) ? BOX_RIGHT : BOX_LEFT); } in fisheyelookuptable()
1042 case BOX_RIGHT: xs = RC(-sz / sx); ys = R2( sy / sx); break; in fisheyelookuptable()
1074 if (side == BOX_RIGHT) { a.roll = -a.roll; a.pitch = -a.pitch; } in renderside()
1138 case 2: renderside (scrbufs+scrsize, yaw, pitch, roll, BOX_RIGHT); in R_RenderViewFishEye()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Util/
H A DPPGeDraw.h57 BOX_RIGHT = 0x01, enumerator
H A DPPGeDraw.cpp726 else if (align & PPGeAlign::BOX_RIGHT) j->x -= w;
734 else if (align & PPGeAlign::BOX_RIGHT) sx -= w;
917 else if (style.align & PPGeAlign::BOX_RIGHT)
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Util/
H A DPPGeDraw.h57 BOX_RIGHT = 0x01, enumerator
H A DPPGeDraw.cpp726 else if (align & PPGeAlign::BOX_RIGHT) j->x -= w; in BreakLines()
734 else if (align & PPGeAlign::BOX_RIGHT) sx -= w; in BreakLines()
917 else if (style.align & PPGeAlign::BOX_RIGHT) in PPGeDrawTextImage()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Util/
H A DPPGeDraw.h57 BOX_RIGHT = 0x01, enumerator
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_rmain.c604 #define BOX_RIGHT 1 macro
689 case BOX_RIGHT: in R_RenderCubeSide()
877 case 2: R_RenderCubeSide (BOX_RIGHT); in R_RenderViewFishEye()
/dports/x11-wm/metacity/metacity-3.42.0/src/include/
H A Dboxes.h53 #define BOX_RIGHT(box) ((box).x + (box).width) /* One pixel past right */ macro
/dports/x11-wm/marco/marco-1.26.0/src/include/
H A Dboxes.h55 #define BOX_RIGHT(box) ((box).x + (box).width) /* One pixel past right */ macro
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Did_us_1.cpp253 BOX_RIGHT, in US_DrawWindow() enumerator
276 windowString[p+w-1] = BOX_START+BOX_RIGHT; in US_DrawWindow()
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dphysics_3d.edc196 type: BOX_RIGHT;

12