Searched refs:applyClippingToContext (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 81 …return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoord… in applyStatefulResource() 147 bool RenderSVGResourceClipper::applyClippingToContext(RenderObject* target, const FloatRect& target… in applyClippingToContext() function in WebCore::RenderSVGResourceClipper 190 …if (!clipPathClipper->applyClippingToContext(this, targetBoundingBox, repaintRect, context, clipPa… in applyClippingToContext()
|
D | RenderSVGResourceClipper.h | 65 …bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*, C…
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 2048 if (!resourceClipper->applyClippingToContext(renderer(), rootRelativeBounds, in paintLayerContents()
|