Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp130 static void addConvexPolygonToContext(cairo_t* context, size_t numPoints, const FloatPoint* points) in addConvexPolygonToContext() function
497 addConvexPolygonToContext(cr, npoints, points); in drawConvexPolygon()
531 addConvexPolygonToContext(cr, numPoints, points); in clipConvexPolygon()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0691477 (WebCore::addConvexPolygonToContext): Add this helper method.
91478 (WebCore::GraphicsContext::drawConvexPolygon): Use the new addConvexPolygonToContext helper.
111751 addConvexPolygonToContext so that code can be shared between
111755 (WebCore::addConvexPolygonToContext):