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

  /external/webkit/WebCore/svg/
SVGPolyElement.h 58 mutable RefPtr<SVGPointList> m_points; member in class:WebCore::SVGPolyElement
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 95 PlatformPathElement(): m_type(PathCloseSubpath) { m_data.m_points[0].set(0, 0); }
110 return n > 1 ? m_data.m_points[n - 1] : m_data.m_points[0];
112 const PathPoint& pointAt(int index) const { return m_data.m_points[index]; }
129 PathPoint m_points[4]; member in union:WebCore::PlatformPathElement::__anon8071

Completed in 45 milliseconds