Searched refs:clipConvexPolygon (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 290 void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias = true);
|
D | GraphicsContext.cpp | 1499 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 2194 graphicsContext->clipConvexPolygon(4, quad, !firstEdgeMatches); in clipBorderSidePolygon() 2226 graphicsContext->clipConvexPolygon(4, firstQuad, !firstEdgeMatches); in clipBorderSidePolygon() 2233 graphicsContext->clipConvexPolygon(4, secondQuad, !secondEdgeMatches); in clipBorderSidePolygon()
|