Searched defs:CGPoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
H A DFloatPointCG.cpp34 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y)
38 FloatPoint::operator CGPoint() const
H A DIntPointCG.cpp33 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y))
37 IntPoint::operator CGPoint() const
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntPoint.h35 typedef struct CGPoint CGPoint; typedef in typeref:struct:CGPoint
92 explicit IntPoint(const CGPoint&); // don't do this implicitly since it's lossy
93 operator CGPoint() const;
H A DFloatPoint.h36 typedef struct CGPoint CGPoint; typedef in typeref:struct:CGPoint
142 FloatPoint(const CGPoint&);
143 operator CGPoint() const;

Completed in 86 milliseconds