Home
last modified time | relevance | path

Searched refs:drawPolygons (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransf… in drawPolygons() function
576 drawPolygons(dc, m_subpaths, false, transformation); in strokePath()
582 drawPolygons(dc, m_subpaths, true, transformation); in fillPath()
/external/webkit/WebCore/
DChangeLog2218 (WebCore::drawPolygons):