Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-backend-0.3.0/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/drawing/rasterizer/
H A Drect.rs9 bottom_right: BackendCoord, in draw_rect()
16 let (upper_left, bottom_right) = ( in draw_rect()
18 upper_left.0.min(bottom_right.0), in draw_rect()
19 upper_left.1.min(bottom_right.1), in draw_rect()
22 upper_left.0.max(bottom_right.0), in draw_rect()
23 upper_left.1.max(bottom_right.1), in draw_rect()
28 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
40 (upper_left.0, bottom_right.1), in draw_rect()
45 (bottom_right.0, upper_left.1), in draw_rect()
49 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-backend-0.3.0/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-backend-0.3.2/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-backend-0.3.0/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters-backend/src/rasterizer/
H A Drect.rs6 bottom_right: BackendCoord, in draw_rect()
13 let (upper_left, bottom_right) = ( in draw_rect()
15 upper_left.0.min(bottom_right.0), in draw_rect()
16 upper_left.1.min(bottom_right.1), in draw_rect()
19 upper_left.0.max(bottom_right.0), in draw_rect()
20 upper_left.1.max(bottom_right.1), in draw_rect()
25 if bottom_right.0 - upper_left.0 < bottom_right.1 - upper_left.1 { in draw_rect()
37 (upper_left.0, bottom_right.1), in draw_rect()
42 (bottom_right.0, upper_left.1), in draw_rect()
46 (bottom_right.0, bottom_right.1), in draw_rect()
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/FG1000/Nasal/
H A DGUI.nas77 { Id: 1, top_left: [205, 830], bottom_right: [265, 875] },
78 { Id: 2, top_left: [290, 830], bottom_right: [350, 875] },
79 { Id: 3, top_left: [375, 830], bottom_right: [435, 875] },
80 { Id: 4, top_left: [460, 830], bottom_right: [520, 875] },
81 { Id: 5, top_left: [545, 830], bottom_right: [605, 875] },
82 { Id: 6, top_left: [630, 830], bottom_right: [690, 875] },
83 { Id: 7, top_left: [715, 830], bottom_right: [775, 875] },
84 { Id: 8, top_left: [800, 830], bottom_right: [860, 875] },
85 { Id: 9, top_left: [885, 830], bottom_right: [945, 875] },
86 { Id: 10, top_left: [970, 830], bottom_right: [1030, 875] },
[all …]
/dports/games/dose-response/dose-response-179c326/src/
H A Drect.rs8 bottom_right: Point, field
16 bottom_right, in new()
24 bottom_right: top_left + size - (1, 1), in from_point_and_size()
37 bottom_right: center + half_size, in center()
44 bottom_right: self.bottom_right + offset, in offset()
49 self.bottom_right - self.top_left + (1, 1) in size()
61 self.bottom_right.x in right()
73 self.bottom_right.y in bottom()
100 pub fn bottom_right(self) -> Point { in bottom_right() method
101 self.bottom_right in bottom_right()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/
H A Drect.rs14 bottom_right: Vec2, field
53 Self::from_corners(top_left, bottom_right) in from_size()
68 let bottom_right = Vec2::max(a, b); in from_corners() localVariable
72 bottom_right, in from_corners()
84 self.bottom_right = self.bottom_right.or_max(other.bottom_right); in expand_to()
127 self.bottom_right = self.bottom_right + offset; in offset()
132 self.bottom_right - self.top_left + (1, 1) in size()
155 pub fn bottom_right(self) -> Vec2 { in bottom_right() method
156 self.bottom_right in bottom_right()
191 self.bottom_right.x in right()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dselection_bound.cc82 bottom_right.SetToMax(b1.edge_end_rounded()); in RectBetweenSelectionBounds()
83 bottom_right.SetToMax(b2.edge_start_rounded()); in RectBetweenSelectionBounds()
84 bottom_right.SetToMax(b2.edge_end_rounded()); in RectBetweenSelectionBounds()
86 gfx::Vector2d diff = bottom_right - top_left; in RectBetweenSelectionBounds()
97 gfx::PointF bottom_right(b1.edge_start()); in RectFBetweenSelectionBounds() local
98 bottom_right.SetToMax(b1.edge_end()); in RectFBetweenSelectionBounds()
99 bottom_right.SetToMax(b2.edge_start()); in RectFBetweenSelectionBounds()
100 bottom_right.SetToMax(b2.edge_end()); in RectFBetweenSelectionBounds()
102 gfx::Vector2dF diff = bottom_right - top_left; in RectFBetweenSelectionBounds()
117 bottom_right.SetToMax(b1.visible_edge_end()); in RectFBetweenVisibleSelectionBounds()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dselection_bound.cc82 bottom_right.SetToMax(b1.edge_end_rounded()); in RectBetweenSelectionBounds()
83 bottom_right.SetToMax(b2.edge_start_rounded()); in RectBetweenSelectionBounds()
84 bottom_right.SetToMax(b2.edge_end_rounded()); in RectBetweenSelectionBounds()
86 gfx::Vector2d diff = bottom_right - top_left; in RectBetweenSelectionBounds()
97 gfx::PointF bottom_right(b1.edge_start()); in RectFBetweenSelectionBounds() local
98 bottom_right.SetToMax(b1.edge_end()); in RectFBetweenSelectionBounds()
99 bottom_right.SetToMax(b2.edge_start()); in RectFBetweenSelectionBounds()
100 bottom_right.SetToMax(b2.edge_end()); in RectFBetweenSelectionBounds()
102 gfx::Vector2dF diff = bottom_right - top_left; in RectFBetweenSelectionBounds()
117 bottom_right.SetToMax(b1.visible_edge_end()); in RectFBetweenVisibleSelectionBounds()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/aabb-quadtree-0.1.0/src/
H A Dgeom.rs21 pub bottom_right: Point, field
97 bottom_right: *point + *size, in from_point_and_size()
112 bottom_right: *point, in null_at()
121 bottom_right: self.bottom_right + bottom_right_vec, in expand()
139 pub fn bottom_right(&self) -> Point { self.bottom_right } in bottom_right() method
144 y: self.bottom_right().y, in bottom_left()
150 x: self.bottom_right().x, in top_right()
212 self.bottom_right.x = max(self.bottom_right.x, point.x); in expand_to_include()
213 self.bottom_right.y = max(self.bottom_right.y, point.y); in expand_to_include()
224 …p.x >= self.top_left.x && p.x < self.bottom_right.x && p.y >= self.top_left.y && p.y < self.bottom… in contains()
[all …]
/dports/games/adonthell/adonthell-0.3.8/src/tools/dlgedit/
H A Ddlg_rect.cc32 bottom_right = DlgPoint (x () + rect.width, y () + rect.height); in DlgRect()
53 bottom_right = DlgPoint (a.x () < b.x () ? b.x () : a.x (), in init()
67 if (point.x () < x () || point.x () > bottom_right.x () || in contains()
68 point.y () < y () || point.y () > bottom_right.y ()) in contains()
102 DlgPoint br (bottom_right.x () + x, bottom_right.y () + y); in inflate()
111 bottom_right = bottom_right.offset (x, y); in grow()
128 bottom_right = DlgPoint (bottom_right.x () + p.x(), bottom_right.y() + p.y()); in move()
134 bottom_right = DlgPoint (top_left.x () + width, top_left.y () + height); in resize()
/dports/devel/R-cran-cli/cli/R/
H A Dbox-styles.R8 bottom_right = "\u2518", nameattr
16 bottom_right = "\u255d", nameattr
24 bottom_right = "\u256f", nameattr
32 bottom_right = "\u255c", nameattr
40 bottom_right = "\u255b", nameattr
48 bottom_right = "+", nameattr
56 bottom_right = " ", nameattr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/utils/
H A Dgeometry.py50 def __new__(cls, top_left, bottom_right): argument
53 if not isinstance(bottom_right, Point):
54 bottom_right = Point(*bottom_right)
55 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
59 return '[%s, %s]' % (self.top_left, self.bottom_right)
64 return 0.5 * (self.top_left + self.bottom_right)
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgeo.c1179 bottom_right = data->bottom_right; in in_rectangle_data_validate()
1188 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1199 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1210 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1221 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1232 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1243 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1254 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1265 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1576 const grn_geo_point *bottom_right = &(cursor->bottom_right); in grn_geo_cursor_open_in_rectangle() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgeo.c1179 bottom_right = data->bottom_right; in in_rectangle_data_validate()
1188 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1199 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1210 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1221 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1232 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1243 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1254 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1265 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1576 const grn_geo_point *bottom_right = &(cursor->bottom_right); in grn_geo_cursor_open_in_rectangle() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgeo.c1179 bottom_right = data->bottom_right; in in_rectangle_data_validate()
1188 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1199 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1210 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1221 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1232 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1243 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1254 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1265 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1576 const grn_geo_point *bottom_right = &(cursor->bottom_right); in grn_geo_cursor_open_in_rectangle() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgeo.c1179 bottom_right = data->bottom_right; in in_rectangle_data_validate()
1188 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1199 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1210 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1221 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1232 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1243 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1254 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1265 bottom_right->latitude, bottom_right->longitude); in in_rectangle_data_validate()
1576 const grn_geo_point *bottom_right = &(cursor->bottom_right); in grn_geo_cursor_open_in_rectangle() local
[all …]

12345678910>>...53