Home
last modified time | relevance | path

Searched refs:PathPolygon (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp204 static void addArcPoint(PathPolygon& poly, const PathPoint& center, const PathPoint& radius, double… in addArcPoint()
213 static void addArcPoints(PathPolygon& poly, const PlatformPathElement::ArcTo& data) in addArcPoints()
235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransf… in drawPolygons()
238 for (Vector<PathPolygon>::const_iterator i = polygons.begin(); i != polygons.end(); ++i) { in drawPolygons()
314 void PathPolygon::move(const FloatSize& offset) in move()
320 void PathPolygon::transform(const AffineTransform& t) in transform()
326 bool PathPolygon::contains(const FloatPoint& point) const in contains()
487 m_subpaths.append(PathPolygon()); in ensureSubpath()
592 for (Vector<PathPolygon>::iterator it = m_subpaths.begin(); it != m_subpaths.end(); ++it) in translate()
602 for (Vector<PathPolygon>::iterator it = m_subpaths.begin(); it != m_subpaths.end(); ++it) in transform()
[all …]
DPlatformPathWince.h52 struct PathPolygon: public Vector<PathPoint> { struct
171 Vector<PathPolygon> m_subpaths;
/external/webkit/WebCore/
DChangeLog2219 (WebCore::PathPolygon::transform):