HomeSort by relevance Sort by last modified time
    Searched defs:CGPoint (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
FloatPointCG.cpp 36 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y)
40 FloatPoint::operator CGPoint() const
IntPointCG.cpp 35 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y))
39 IntPoint::operator CGPoint() const
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 35 typedef struct CGPoint CGPoint;
40 typedef struct CGPoint NSPoint;
113 FloatPoint(const CGPoint&);
114 operator CGPoint() const;
IntPoint.h 36 typedef struct CGPoint CGPoint;
42 typedef struct CGPoint NSPoint;
118 explicit IntPoint(const CGPoint&); // don't do this implicitly since it's lossy
119 operator CGPoint() const;
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 82 milliseconds