Home
last modified time | relevance | path

Searched refs:CGRect (Results 1 – 25 of 2715) sorted by relevance

12345678910>>...109

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGGeometry.pas246 CGRectPtr = ^CGRect;
247 CGRect = record
333 function CGRectEqualToRect( rect1: CGRect; rect2: CGRect ): CBool; external name '_CGRectEqualToRec… in CGRectEqualToRect()
339 function CGRectStandardize( rect: CGRect ): CGRect; external name '_CGRectStandardize'; in CGRectStandardize()
361 function CGRectInset( rect: CGRect; dx: CGFloat; dy: CGFloat ): CGRect; external name '_CGRectInset… in CGRectInset()
367 function CGRectIntegral( rect: CGRect ): CGRect; external name '_CGRectIntegral'; in CGRectIntegral()
372 function CGRectUnion( r1: CGRect; r2: CGRect ): CGRect; external name '_CGRectUnion'; in CGRectUnion()
377 function CGRectIntersection( r1: CGRect; r2: CGRect ): CGRect; external name '_CGRectIntersection'; in CGRectIntersection()
382 function CGRectOffset( rect: CGRect; dx: CGFloat; dy: CGFloat ): CGRect; external name '_CGRectOffs… in CGRectOffset()
391 procedure CGRectDivide( rect: CGRect; var slice: CGRect; var remainder: CGRect; amount: CGFloat; ed…
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-graphics-0.17.1/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
191 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
195 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
196 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/core-graphics-0.17.3/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
191 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
195 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
196 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/core-graphics-0.17.3/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
191 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
195 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
196 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.17.3/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { implementation
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
191 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
195 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
196 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/core-graphics-0.17.3/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
191 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
195 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
196 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/core-graphics-0.19.0/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
200 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
204 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
205 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-graphics/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
200 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
204 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
205 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.19.0/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
200 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
204 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
205 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Drtl_geometry.h78 CGRect LayoutRectGetRect(LayoutRect layout);
83 CGRect LayoutRectGetBoundsRect(LayoutRect layout);
102 CGRect rect,
103 CGRect boundingRect,
108 LayoutRect LayoutRectForRectInBoundingRect(CGRect rect, CGRect boundingRect);
136 CGRect CGRectLayoutOffsetUsingDirection(CGRect rect,
142 CGRect CGRectLayoutOffset(CGRect rect, LayoutOffset offset);
161 CGFloat CGRectGetLeadingEdgeUsingDirection(CGRect rect,
164 CGRect rect,
168 CGFloat CGRectGetLeadingEdge(CGRect rect);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-graphics/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-types-0.1.1/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-types-0.1.1/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { impl
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new() argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
128 pub fn is_intersects(&self, other: &CGRect) -> bool { in is_intersects()
182 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
185 pub fn CGRectIsEmpty(rect: CGRect) -> boolean_t; in CGRectIsEmpty()
186 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.19.2/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { implementation
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
249 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
253 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
254 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/core-graphics-0.21.0/src/
H A Dgeometry.rs24 pub const CG_ZERO_RECT: CGRect = CGRect {
85 pub struct CGRect { struct
90 impl CGRect { argument
93 CGRect { in new()
100 pub fn inset(&self, size: &CGSize) -> CGRect { in inset() argument
143 impl PartialEq for CGRect { implementation
145 fn eq(&self, other: &CGRect) -> bool { in eq()
249 pub fn CGRectInset(rect: CGRect, dx: CGFloat, dy: CGFloat) -> CGRect; in CGRectInset() argument
253 pub fn CGRectIntersectsRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectIntersectsRect() argument
254 pub fn CGRectEqualToRect(rect1: CGRect, rect2: CGRect) -> boolean_t; in CGRectEqualToRect() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; typedef
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjCXX/
H A Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out; }

12345678910>>...109