Searched refs:PathPolygon (Results 1 – 3 of 3) sorted by relevance
204 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 …]
52 struct PathPolygon: public Vector<PathPoint> { struct171 Vector<PathPolygon> m_subpaths;
2219 (WebCore::PathPolygon::transform):