Home
last modified time | relevance | path

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

123

/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/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-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/swiftshader/third_party/llvm-7.0/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/Parser/
Dobjcxx11-initialized-temps.mm17 struct CGRect { struct
21 typedef struct CGRect CGRect; typedef
23 typedef CGRect NSRect;
/external/clang/test/Analysis/
Ddefault-analyze.m38 struct CGRect { struct
42 typedef struct CGRect CGRect; argument
44 typedef CGRect NSRect;
Dretain-release-gc-only.m142 struct CGRect { struct
144 typedef struct CGRect CGRect; typedef
203 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument
204 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument
323 NSString *str, CIImage *img, CGRect rect,
Dretain-release-inline.m146 struct CGRect { struct
148 typedef struct CGRect CGRect; typedef
207 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument
208 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument
/external/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;
/external/clang/test/SemaObjCXX/
Dproperties.mm183 struct CGRect { struct
187 typedef struct CGRect CGRect; argument
189 typedef CGRect NSRect;
194 @property CGRect frame;
203 self.frame = (CGRect){{3,5}, {13,14}};
Dobjc-boxed-expressions-nsvalue.mm27 } CGRect;
74 CGRect cg_rect;
90 CGRect getRect() {
91 CGRect r;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallView.m38 - (instancetype)initWithFrame:(CGRect)frame { argument
91 CGRect bounds = self.bounds;
94 CGRect remoteVideoFrame =
114 CGRect localVideoFrame =
138 CGRect cameraSwitchFrame = _hangupButton.frame;
DARDMainView.m34 - (instancetype)initWithFrame:(CGRect)frame { argument
68 CGRect bounds = self.bounds;
130 - (instancetype)initWithFrame:(CGRect)frame { argument
200 CGRect bounds = self.bounds;
218 CGRect audioOnlyRect = CGRectMake(kCallControlMargin * 3,
230 CGRect loopbackModeRect = CGRectMake(kCallControlMargin * 3,
/external/libchrome/ui/gfx/geometry/
Drect_f.h18 typedef struct CGRect CGRect; typedef
43 explicit RectF(const CGRect& r);
45 CGRect ToCGRect() const;
Drect.h29 typedef struct CGRect CGRect; typedef
52 explicit Rect(const CGRect& r);
60 CGRect ToCGRect() const;
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c44 PyObject *CGRect_New(CGRect *itself) in CGRect_New()
55 CGRect_Convert(PyObject *v, CGRect *p_itself) in CGRect_Convert()
422 CGRect rect; in CGContextRefObj_CGContextAddRect()
515 CGRect _rv; in CGContextRefObj_CGContextGetPathBoundingBox()
574 CGRect rect; in CGContextRefObj_CGContextFillRect()
588 CGRect rect; in CGContextRefObj_CGContextStrokeRect()
602 CGRect rect; in CGContextRefObj_CGContextStrokeRectWithWidth()
619 CGRect rect; in CGContextRefObj_CGContextClearRect()
655 CGRect rect; in CGContextRefObj_CGContextClipToRect()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm57 DesktopRect ScaleAndRoundCGRect(const CGRect& rect, float scale) {
137 CGRect rect;
172 CGRect window_bounds;
221 void ScreenRefresh(CGRectCount count, const CGRect *rect_array);
224 const CGRect *rect_array);
226 const CGRect *rect_array,
230 const CGRect *rect_array,
908 const CGRect* rect_array) {
928 const CGRect* rect_array) {
930 CGRect refresh_rects[count];
[all …]
/external/webrtc/webrtc/api/objc/
DRTCEAGLVideoView.m106 - (instancetype)initWithFrame:(CGRect)frame { argument
181 - (void)setNeedsDisplayInRect:(CGRect)rect { argument
195 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect { argument

123