/external/clang/test/CodeGenObjCXX/ |
D | property-dot-copy.mm | 39 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/ |
D | 2011-10-07-AlignPromotion.ll | 7 %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/ |
D | objcxx11-initialized-temps.mm | 5 struct CGPoint { struct 9 typedef struct CGPoint CGPoint; typedef 18 CGPoint origin;
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 6 struct CGPoint { struct 10 typedef struct CGPoint CGPoint; typedef 22 CGPoint origin;
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 26 struct CGPoint { struct 30 typedef struct CGPoint CGPoint; typedef 39 CGPoint origin;
|
D | retain-release-inline.m | 231 struct CGPoint { struct 235 typedef struct CGPoint CGPoint; argument 247 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
|
D | retain-release.mm | 254 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/ |
D | IntPoint.h | 34 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;
|
D | FloatPoint.h | 36 typedef struct CGPoint CGPoint; typedef 39 typedef struct CGPoint NSPoint; 136 FloatPoint(const CGPoint&); 137 operator CGPoint() const;
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 5 %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/ |
D | IntPointCG.cpp | 33 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()
|
D | FloatPointCG.cpp | 34 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/ |
D | skia_utils_mac.h | 41 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/ |
D | confirm_bubble_controller.h | 21 CGPoint origin_; 28 origin:(CGPoint)origin
|
D | confirm_bubble_controller.mm | 18 origin:(CGPoint)origin
|
/external/chromium_org/ui/gfx/ |
D | point.cc | 41 Point::Point(const CGPoint& point) in Point() 45 CGPoint Point::ToCGPoint() const { in ToCGPoint()
|
D | point.h | 37 explicit Point(const CGPoint& point); 45 CGPoint ToCGPoint() const;
|
D | render_text_mac.cc | 292 const CGPoint* positions_ptr = CTRunGetPositionsPtr(ct_run); in ComputeRuns() 293 std::vector<CGPoint> positions; in ComputeRuns()
|
/external/chromium/ui/gfx/ |
D | point.cc | 44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { in Point() 47 CGPoint Point::ToCGPoint() const { in ToCGPoint()
|
D | point.h | 36 explicit Point(const CGPoint& point); 94 CGPoint ToCGPoint() const;
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | crash.ll | 135 %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/ |
D | ocmock_extensions.h | 37 - (id)andReturnCGPoint:(CGPoint)point;
|
D | ocmock_extensions.mm | 47 - (id)andReturnCGPoint:(CGPoint)point { argument
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 268 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/ |
D | test_event_utils.mm | 29 CGPoint location = { point.x, point.y };
|