Home
last modified time | relevance | path

Searched refs:CGPoint (Results 1 – 25 of 37) 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; typedef
18 CGPoint origin;
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; typedef
22 CGPoint origin;
/external/clang/test/Analysis/
Ddefault-analyze.m26 struct CGPoint { struct
30 typedef struct CGPoint CGPoint; typedef
39 CGPoint origin;
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/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntPoint.h34 typedef struct CGPoint CGPoint; typedef
36 typedef struct CGPoint NSPoint;
92 explicit IntPoint(const CGPoint&); // don't do this implicitly since it's lossy
93 operator CGPoint() const;
DFloatPoint.h36 typedef struct CGPoint CGPoint; typedef
39 typedef struct CGPoint NSPoint;
136 FloatPoint(const CGPoint&);
137 operator CGPoint() const;
/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/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DIntPointCG.cpp33 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y)) in IntPoint()
37 IntPoint::operator CGPoint() const in operator CGPoint()
DFloatPointCG.cpp34 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y) in FloatPoint()
38 FloatPoint::operator CGPoint() const in operator CGPoint()
/external/chromium_org/skia/ext/
Dskia_utils_mac.h41 inline const CGPoint& SkPointToCGPoint(const SkPoint& point) { in SkPointToCGPoint()
42 return reinterpret_cast<const CGPoint&>(point); in SkPointToCGPoint()
47 inline const SkPoint& CGPointToSkPoint(const CGPoint& point) { in CGPointToSkPoint()
/external/chromium_org/chrome/browser/ui/cocoa/
Dconfirm_bubble_controller.h21 CGPoint origin_;
28 origin:(CGPoint)origin
Dconfirm_bubble_controller.mm18 origin:(CGPoint)origin
/external/chromium_org/ui/gfx/
Dpoint.cc41 Point::Point(const CGPoint& point) in Point()
45 CGPoint Point::ToCGPoint() const { in ToCGPoint()
Dpoint.h37 explicit Point(const CGPoint& point);
45 CGPoint ToCGPoint() const;
Drender_text_mac.cc292 const CGPoint* positions_ptr = CTRunGetPositionsPtr(ct_run); in ComputeRuns()
293 std::vector<CGPoint> positions; in ComputeRuns()
/external/chromium/ui/gfx/
Dpoint.cc44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { in Point()
47 CGPoint Point::ToCGPoint() const { in ToCGPoint()
Dpoint.h36 explicit Point(const CGPoint& point);
94 CGPoint ToCGPoint() const;
/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/chromium_org/third_party/ocmock/
Docmock_extensions.h37 - (id)andReturnCGPoint:(CGPoint)point;
Docmock_extensions.mm47 - (id)andReturnCGPoint:(CGPoint)point { argument
/external/harfbuzz_ng/src/
Dhb-coretext.cc268 const CGPoint* positions = CTRunGetPositionsPtr (run); in _hb_coretext_shape()
270 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs); in _hb_coretext_shape()
/external/chromium/chrome/browser/ui/cocoa/
Dtest_event_utils.mm29 CGPoint location = { point.x, point.y };

12