Home
last modified time | relevance | path

Searched refs:addArcPoint (Results 1 – 1 of 1) 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() function
229 addArcPoint(poly, data.m_center, data.m_radius, curAngle); in addArcPoints()