Home
last modified time | relevance | path

Searched refs:CGPoint (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm39 struct CGPoint {
43 typedef struct CGPoint CGPoint; typedef
45 extern "C" const CGPoint CGPointZero;
47 bool operator==(const CGPoint& a, const CGPoint& b);
50 @property (assign, nonatomic) CGPoint gridOffset;
54 - (CGPoint) gridOffset
/external/llvm/test/Transforms/InstCombine/
D2011-10-07-AlignPromotion.ll7 %struct.CGPoint = type { float, float }
9 define void @t(%struct.CGPoint* %a) nounwind {
10 %Point = alloca %struct.CGPoint, align 4
11 %1 = bitcast %struct.CGPoint* %a to i64*
12 %2 = bitcast %struct.CGPoint* %Point to i64*
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2011-10-07-AlignPromotion.ll7 %struct.CGPoint = type { float, float }
9 define void @t(%struct.CGPoint* %a) nounwind {
10 %Point = alloca %struct.CGPoint, align 4
11 %1 = bitcast %struct.CGPoint* %a to i64*
12 %2 = bitcast %struct.CGPoint* %Point to i64*
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-10-07-AlignPromotion.ll7 %struct.CGPoint = type { float, float }
9 define void @t(%struct.CGPoint* %a) nounwind {
10 %Point = alloca %struct.CGPoint, align 4
11 %1 = bitcast %struct.CGPoint* %a to i64*
12 %2 = bitcast %struct.CGPoint* %Point to i64*
/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm5 struct CGPoint { struct
9 typedef struct CGPoint CGPoint; argument
18 CGPoint origin;
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
22 CGPoint origin;
Dnsvalue-objc-boxable-ios-arc.m10 // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
36 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGPoint{{.*}}
37 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGPoint{{.*}}
39 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}}
40 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGPoint* [[LOCAL_VAR]]{{.*}}
42 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}}
45 CGPoint cg_point = { .x = 42, .y = 24 };
83 CGPoint cg_point = { .x = 42, .y = 24 };
Dnsvalue-objc-boxable-ios.m10 // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
34 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGPoint{{.*}}
35 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGPoint{{.*}}
37 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}}
38 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGPoint* [[LOCAL_VAR]]{{.*}}
40 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}}
43 CGPoint cg_point = { .x = 42, .y = 24 };
77 CGPoint cg_point = { .x = 42, .y = 24 };
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
5 %struct.CGPoint = type { double, double }
34 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
35 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
63 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
64 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
9 %struct.CGPoint = type { double, double }
35 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
36 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
/external/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
5 %struct.CGPoint = type { double, double }
34 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
35 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
63 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
64 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
9 %struct.CGPoint = type { double, double }
35 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0
36 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1
37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h29 struct CGPoint { struct
33 typedef struct BOXABLE CGPoint CGPoint; typedef
42 CGPoint origin;
/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp80 CGPoint* glyphPositions, in drawGraphicsString()
104 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in drawGraphicsString()
110 CGPoint* glyphPositionsCG = (CGPoint*)glyphPositions; in drawGraphicsString()
/external/clang/test/Analysis/
Ddefault-analyze.m26 struct CGPoint { struct
30 typedef struct CGPoint CGPoint; argument
39 CGPoint origin;
Dlocalization-aggressive.m17 struct CGPoint { struct
21 typedef struct CGPoint CGPoint; typedef
28 - (void)drawAtPoint:(CGPoint)point withAttributes:(NSDictionary *)attrs; argument
56 CGPoint CGPointMake(CGFloat x, CGFloat y); category
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll5 %struct.CGPoint = type { double, double }
8 …ct.NSView*, %struct.NSView*, %struct.NSArray*, %struct._SPFlags, %struct.CGPoint, [5 x %struct.NSO…
12 …%struct.NSImage = type { %struct.NSObject, %struct.NSArray*, %struct.CGPoint, %struct._BCFlags2, %…
16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint }
23 … %struct.NSImage*, i32, %struct.NSMutableArray*, %struct.NSURL*, %struct.CGPoint*, %struct.NSArray…
24 …truct.NSWindow*, %struct.CGPoint, %struct.NSObject*, i8*, i8*, i32, %struct.NSObject*, %struct.NSA…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll5 %struct.CGPoint = type { double, double }
8 …ct.NSView*, %struct.NSView*, %struct.NSArray*, %struct._SPFlags, %struct.CGPoint, [5 x %struct.NSO…
12 …%struct.NSImage = type { %struct.NSObject, %struct.NSArray*, %struct.CGPoint, %struct._BCFlags2, %…
16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint }
23 … %struct.NSImage*, i32, %struct.NSMutableArray*, %struct.NSURL*, %struct.CGPoint*, %struct.NSArray…
24 …truct.NSWindow*, %struct.CGPoint, %struct.NSObject*, i8*, i8*, i32, %struct.NSObject*, %struct.NSA…
/external/llvm/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll5 %struct.CGPoint = type { double, double }
8 …ct.NSView*, %struct.NSView*, %struct.NSArray*, %struct._SPFlags, %struct.CGPoint, [5 x %struct.NSO…
12 …%struct.NSImage = type { %struct.NSObject, %struct.NSArray*, %struct.CGPoint, %struct._BCFlags2, %…
16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint }
23 … %struct.NSImage*, i32, %struct.NSMutableArray*, %struct.NSURL*, %struct.CGPoint*, %struct.NSArray…
24 …truct.NSWindow*, %struct.CGPoint, %struct.NSObject*, i8*, i8*, i32, %struct.NSObject*, %struct.NSA…
/external/libchrome/ui/gfx/geometry/
Dpoint.h21 typedef struct CGPoint CGPoint; typedef
39 explicit Point(const CGPoint& point);
45 CGPoint ToCGPoint() const;
Dpoint.cc38 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) {
50 CGPoint Point::ToCGPoint() const { in ToCGPoint()
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
Dcrash.ll135 %struct.CGPoint = type { float, float }
136 … x %struct.aal_edge_t] } %struct.aal_edge_t = type { %struct.CGPoint, %struct.CGPoint, i32 }
142 …te_t = type { %struct.CGPoint, %struct.CGPoint, %struct.CGPoint, i32, float, float, float, float, …
/external/clang/test/SemaObjC/
Dobjc-boxed-expressions-nsvalue.m19 } CGPoint;
66 CGPoint cg_point;
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm19 } CGPoint;
68 CGPoint cg_point;
/external/walt/ios/WALT/
DWALTTouch.h25 @property (nonatomic, assign) CGPoint location;

12