Searched refs:PathPolygon (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h57 struct PathPolygon: public Vector<PathPoint> { struct in namespace:WebCore
175 Vector<PathPolygon> m_subpaths;
H A DPlatformPathWinCE.cpp204 static void addArcPoint(PathPolygon& poly, const PathPoint& center, const PathPoint& radius, double angle)
213 static void addArcPoints(PathPolygon& poly, const PlatformPathElement::ArcTo& data)
235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation)
237 for (Vector<PathPolygon>::const_iterator i = polygons.begin(); i != polygons.end(); ++i) {
313 void PathPolygon::move(const FloatSize& offset)
319 void PathPolygon::transform(const AffineTransform& t)
325 bool PathPolygon::contains(const FloatPoint& point) const
486 m_subpaths.append(PathPolygon());
591 for (Vector<PathPolygon>::iterator it = m_subpaths.begin(); it != m_subpaths.end(); ++it)
601 for (Vector<PathPolygon>
[all...]

Completed in 53 milliseconds