Searched refs:drawConvexPolygon (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 227 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
|
D | GraphicsContext.cpp | 601 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAnti… in drawConvexPolygon() function in WebCore::GraphicsContext
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumMac.mm | 1246 paintInfo.context->drawConvexPolygon(3, arrow1, true); 1254 paintInfo.context->drawConvexPolygon(3, arrow2, true);
|
D | RenderObject.cpp | 1150 graphicsContext->drawConvexPolygon(4, quad, antialias); in drawSolidBoxSide()
|