Home
last modified time | relevance | path

Searched defs:CGPoint (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTPlotSpace.m97 -(BOOL)pointingDeviceUpEvent:(id)event atPoint:(CGPoint)interactionPoint argument
110 -(BOOL)pointingDeviceDraggedEvent:(id)event atPoint:(CGPoint)interactionPoint argument
111 {
167 -(void)doublePrecisionPlotPoint:(double *)plotPoint forPlotAreaViewPoint:(CGPoint)point argument
168 {
216 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/tabs/
H A Dbackground_tab_animation_view.mm56 CGPoint origin = [self.superview convertPoint:originPoint fromView:nil]; argument
150 - (CGPoint)destinationPoint { argument
184 destination:(CGPoint)destination { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-graphics/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { impl
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { implementation
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-types-0.1.1/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { impl
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { impl
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-types-0.1.1/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { argument
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics-types/src/
H A Dgeometry.rs61 pub struct CGPoint { struct
66 impl CGPoint { argument
68 pub fn new(x: CGFloat, y: CGFloat) -> CGPoint { in new()
76 pub fn apply_transform(&self, t: &CGAffineTransform) -> CGPoint { in apply_transform()
92 pub fn new(origin: &CGPoint, size: &CGSize) -> CGRect { in new()
190 pub fn CGPointApplyAffineTransform(point: CGPoint, t: CGAffineTransform) -> CGPoint; in CGPointApplyAffineTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dobjcxx11-initialized-temps.mm5 struct CGPoint { struct
9 typedef struct CGPoint CGPoint; argument

12345678910>>...21