Home
last modified time | relevance | path

Searched refs:CGSize (Results 1 – 25 of 70) sorted by relevance

123

/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm11 struct CGSize { struct
15 typedef struct CGSize CGSize; argument
19 CGSize size;
/external/llvm-project/clang/test/Parser/
Dobjcxx11-initialized-temps.mm11 struct CGSize { struct
15 typedef struct CGSize CGSize; argument
19 CGSize size;
/external/libchrome/ui/gfx/geometry/
Dsize.h19 typedef struct CGSize CGSize; typedef
31 explicit Size(const CGSize& s);
35 Size& operator=(const CGSize& s);
41 CGSize ToCGSize() const;
Dsize.cc25 Size::Size(const CGSize& s) in Size()
30 Size& Size::operator=(const CGSize& s) { in operator =()
45 CGSize Size::ToCGSize() const { in ToCGSize()
/external/clang/test/Analysis/
Ddefault-analyze.m32 struct CGSize { struct
36 typedef struct CGSize CGSize; argument
40 CGSize size;
45 typedef CGSize NSSize;
/external/llvm-project/clang/test/Analysis/
Ddefault-analyze.m32 struct CGSize { struct
36 typedef struct CGSize CGSize; argument
40 CGSize size;
45 typedef CGSize NSSize;
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m14 struct CGSize { struct
18 typedef struct CGSize CGSize; argument
23 CGSize size;
Dnsvalue-objc-boxable-ios-arc.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
55 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
56 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
58 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
59 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
61 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
64 CGSize cg_size = { .width = 42, .height = 24 };
84 CGSize cg_size = { .width = 42, .height = 24 };
Dnsvalue-objc-boxable-ios.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
51 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
52 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
54 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
55 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
57 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
60 CGSize cg_size = { .width = 42, .height = 24 };
78 CGSize cg_size = { .width = 42, .height = 24 };
/external/llvm-project/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m14 struct CGSize { struct
18 typedef struct CGSize CGSize; argument
23 CGSize size;
Dnsvalue-objc-boxable-ios.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
51 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
52 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
54 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
55 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
57 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
60 CGSize cg_size = { .width = 42, .height = 24 };
78 CGSize cg_size = { .width = 42, .height = 24 };
Dnsvalue-objc-boxable-ios-arc.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
55 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
56 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
58 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
59 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
61 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
64 CGSize cg_size = { .width = 42, .height = 24 };
84 CGSize cg_size = { .width = 42, .height = 24 };
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h35 struct CGSize { struct
39 typedef struct BOXABLE CGSize CGSize; argument
43 CGSize size;
/external/llvm-project/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h35 struct CGSize { struct
39 typedef struct BOXABLE CGSize CGSize; argument
43 CGSize size;
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
6 %struct.CGSize = type { double, double }
37 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
38 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
66 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
67 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 %struct.CGSize = type { double, double }
38 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
39 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
/external/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
6 %struct.CGSize = type { double, double }
37 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
38 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
66 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
67 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 %struct.CGSize = type { double, double }
38 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
39 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
/external/skia/tools/skottie_ios_app/
DSkottieViewController.h12 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size;
30 - (CGSize)size;
/external/webrtc/sdk/objc/base/
DRTCVideoRenderer.h27 - (void)setSize : (CGSize)size;
39 : (CGSize)size;
/external/llvm-project/clang/test/SemaObjCXX/
Dproperties.mm177 struct CGSize { struct
181 typedef struct CGSize CGSize; typedef
184 CGSize origin;
185 CGSize size;
/external/clang/test/SemaObjCXX/
Dproperties.mm177 struct CGSize { struct
181 typedef struct CGSize CGSize; typedef
184 CGSize origin;
185 CGSize size;
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLVideoView.m38 @property(nonatomic) CGSize videoFrameSize;
197 - (void)mtkView:(MTKView *)view drawableSizeWillChange:(CGSize)size { argument
223 - (CGSize)drawableSize {
225 CGSize videoFrameSize = self.videoFrameSize;
242 - (void)setSize:(CGSize)size { argument
248 CGSize drawableSize = [strongSelf drawableSize];
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDStatsView.m48 - (CGSize)sizeThatFits:(CGSize)size { argument
/external/webrtc/sdk/objc/api/
DRTCVideoRendererAdapter.mm31 CGSize current_size = (videoFrame.rotation % 180 == 0)
44 CGSize size_;

123