Home
last modified time | relevance | path

Searched refs:CGPoint (Results 1 – 25 of 32) 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/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.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 };
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 };
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h29 struct CGPoint { struct
33 typedef struct BOXABLE CGPoint CGPoint; typedef
42 CGPoint origin;
/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/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; argument
28 - (void)drawAtPoint:(CGPoint)point withAttributes:(NSDictionary *)attrs; argument
56 CGPoint CGPointMake(CGFloat x, CGFloat y); category
Dretain-release-inline.m231 struct CGPoint { struct
235 typedef struct CGPoint CGPoint; argument
247 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
Dretain-release.mm254 struct CGPoint { struct
258 typedef struct CGPoint CGPoint; argument
270 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
/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/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm63 CGPoint loc = [touch locationInView:self];
70 CGPoint loc = [touch locationInView:self];
77 CGPoint loc = [touch locationInView:self];
84 CGPoint loc = [touch locationInView:self];
/external/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/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp73 CGPoint* glyphPositions, in drawGraphicsString()
95 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in drawGraphicsString()
101 CGPoint* glyphPositionsCG = (CGPoint*)glyphPositions; in drawGraphicsString()
425 CGPoint pt = in DrawCosmeticLine()
467 CGPoint pt = CGPointMake(left, top); in GetDIBits()
764 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CG_DrawGlypRun()
787 CGPoint origin = CGPointMake(glyph_positions[0].x, glyph_positions[0].y); in CG_DrawGlypRun()
Dfx_apple_platform.cpp78 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in _CGDrawGlyphRun()
Dapple_int.h61 CGPoint* glyphPositions,
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm19 } CGPoint;
68 CGPoint cg_point;
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m301 struct CGPoint { struct
305 typedef struct CGPoint CGPoint; argument
317 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
1068 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,
1069 CGPoint myEndPoint) {
1090 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,
1091 CGPoint myEndPoint) {
Dobjcmt-arc-cf-annotations.m.result319 struct CGPoint {
323 typedef struct CGPoint CGPoint;
341 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
1110 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,
1111 CGPoint myEndPoint) {
1132 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,
1133 CGPoint myEndPoint) {
/external/clang/docs/analyzer/
DRegionStore.txt161 CGPoint p;
163 CGPoint p2 = p; // A LazyCompoundVal is created for 'p', along with a
/external/libvncserver/examples/
Dmac.c427 CGPoint position;

12