Searched refs:setPathFromConvexPoints (Results 1 – 2 of 2) sorted by relevance
378 static void setPathFromConvexPoints(SkPath*, size_t, const FloatPoint*);
610 setPathFromConvexPoints(&path, numPoints, points); in drawConvexPolygon()1508 setPathFromConvexPoints(&path, numPoints, points); in clipConvexPolygon()1780 void GraphicsContext::setPathFromConvexPoints(SkPath* path, size_t numPoints, const FloatPoint* poi… in setPathFromConvexPoints() function in WebCore::GraphicsContext