HomeSort by relevance Sort by last modified time
    Searched refs:PathPoint (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 32 struct PathPoint {
48 PathPoint& operator=(const FloatPoint& p)
57 struct PathPolygon: public Vector<PathPoint> {
75 PathPoint m_end;
79 PathPoint m_end;
83 PathPoint m_end;
84 PathPoint m_center;
85 PathPoint m_radius;
90 PathPoint m_point0;
91 PathPoint m_point1
    [all...]
PlatformPathWinCE.cpp 39 static void quadCurve(int segments, Vector<PathPoint>& pts, const PathPoint* control)
54 PathPoint pp;
77 static inline void bezier(int segments, Vector<PathPoint>& pts, const PathPoint* control)
94 PathPoint pp;
167 static inline int quadrant(const PathPoint& point, const PathPoint& origin)
199 PathVector operator-(const PathPoint& p1, const PathPoint& p2
    [all...]

Completed in 5398 milliseconds