Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h290 void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias = true);
DGraphicsContext.cpp1499 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/
DRenderBoxModelObject.cpp2194 graphicsContext->clipConvexPolygon(4, quad, !firstEdgeMatches); in clipBorderSidePolygon()
2226 graphicsContext->clipConvexPolygon(4, firstQuad, !firstEdgeMatches); in clipBorderSidePolygon()
2233 graphicsContext->clipConvexPolygon(4, secondQuad, !secondEdgeMatches); in clipBorderSidePolygon()