Searched refs:clipConvexPolygon (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h290 void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias = true);
H A DGraphicsContext.cpp1499 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased) function in class:WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp2194 graphicsContext->clipConvexPolygon(4, quad, !firstEdgeMatches);
2226 graphicsContext->clipConvexPolygon(4, firstQuad, !firstEdgeMatches);
2233 graphicsContext->clipConvexPolygon(4, secondQuad, !secondEdgeMatches);

Completed in 68 milliseconds