Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/test/CodeGenObjCXX/
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; }
Dproperty-objects.mm10 struct CGRect { struct
11 CGRect & operator = (const CGRect &); argument
16 CGRect bounds; argument
20 @property CGRect bounds;
21 @property CGRect frame;
22 - (void)setFrame:(CGRect)frameRect; argument
23 - (CGRect)frame;
25 - (CGRect)extent;
43 - (void)setFrame:(CGRect)frameRect {} argument
44 - (CGRect)frame {return bounds;}
[all …]
/external/clang/test/CodeGenObjCXX/
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; }
Dproperty-objects.mm10 struct CGRect { struct
11 CGRect & operator = (const CGRect &); argument
16 CGRect bounds; argument
20 @property CGRect bounds;
21 @property CGRect frame;
22 - (void)setFrame:(CGRect)frameRect; argument
23 - (CGRect)frame;
25 - (CGRect)extent;
43 - (void)setFrame:(CGRect)frameRect {} argument
44 - (CGRect)frame {return bounds;}
[all …]
/external/skia/src/utils/mac/
DSkCGGeometry.h27 static inline bool SkCGRectIsEmpty(const CGRect& rect) { in SkCGRectIsEmpty()
31 static inline CGFloat SkCGRectGetMinX(const CGRect& rect) { in SkCGRectGetMinX()
35 static inline CGFloat SkCGRectGetMaxX(const CGRect& rect) { in SkCGRectGetMaxX()
39 static inline CGFloat SkCGRectGetMinY(const CGRect& rect) { in SkCGRectGetMinY()
43 static inline CGFloat SkCGRectGetMaxY(const CGRect& rect) { in SkCGRectGetMaxY()
47 static inline CGFloat SkCGRectGetWidth(const CGRect& rect) { in SkCGRectGetWidth()
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m21 struct CGRect { struct
25 typedef struct CGRect CGRect; argument
29 @property CGRect frame;
39 - (void)setFrame:(CGRect)frame
Darc-linetable-autorelease.m17 struct CGRect {}; struct
18 typedef struct CGRect CGRect; typedef
19 typedef CGRect NSRect;
Dnsvalue-objc-boxable-ios-arc.m12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
74 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}}
75 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}}
77 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
78 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}}
80 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
85 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
Dnsvalue-objc-boxable-ios.m12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
68 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}}
69 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}}
71 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
72 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}}
74 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
79 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
/external/llvm-project/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m21 struct CGRect { struct
25 typedef struct CGRect CGRect; typedef
29 @property CGRect frame;
39 - (void)setFrame:(CGRect)frame
Darc-linetable-autorelease.m17 struct CGRect {}; struct
18 typedef struct CGRect CGRect; typedef
19 typedef CGRect NSRect;
Dnsvalue-objc-boxable-ios.m12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
68 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}}
69 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}}
71 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
72 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}}
74 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
79 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm17 struct CGRect { struct
21 typedef struct CGRect CGRect; argument
23 typedef CGRect NSRect;
/external/llvm-project/clang/test/Parser/
Dobjcxx11-initialized-temps.mm17 struct CGRect { struct
21 typedef struct CGRect CGRect; typedef
23 typedef CGRect NSRect;
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly op…
36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
40 ret %struct.CGRect %insert3
43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly opts…
65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
69 ret %struct.CGRect %insert3
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize…
37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
41 ret %struct.CGRect %insert3
/external/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly op…
36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
40 ret %struct.CGRect %insert3
43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly opts…
65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
69 ret %struct.CGRect %insert3
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize…
37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
41 ret %struct.CGRect %insert3
/external/clang/test/Analysis/
Ddefault-analyze.m38 struct CGRect { struct
42 typedef struct CGRect CGRect; argument
44 typedef CGRect NSRect;
/external/llvm-project/clang/test/Analysis/
Ddefault-analyze.m38 struct CGRect { struct
42 typedef struct CGRect CGRect; typedef
44 typedef CGRect NSRect;
/external/skia/tools/skottie_ios_app/
DSkiaMetalContext.mm19 - (void)drawRect:(CGRect)rect; argument
22 - (instancetype)initWithFrame:(CGRect)frameRect
33 - (instancetype)initWithFrame:(CGRect)frameRect argument
44 - (void)drawRect:(CGRect)rect { argument
75 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame; argument
102 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { argument
DSkiaGLContext.mm52 - (void)drawRect:(CGRect)rect; argument
55 - (instancetype)initWithFrame:(CGRect)frame
64 - (instancetype)initWithFrame:(CGRect)frame argument
73 - (void)drawRect:(CGRect)rect { argument
105 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame; argument
134 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { argument
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h41 struct CGRect { struct
45 typedef struct BOXABLE CGRect CGRect; typedef
/external/llvm-project/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h41 struct CGRect { struct
45 typedef struct BOXABLE CGRect CGRect; argument
/external/clang/test/SemaObjC/
Dobjc-boxed-expressions-nsvalue.m27 } CGRect;
72 CGRect cg_rect;
88 CGRect getRect() {
89 CGRect r;

1234