Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp81 …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()
DRenderSVGResourceClipper.h65 …bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*, C…
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2048 if (!resourceClipper->applyClippingToContext(renderer(), rootRelativeBounds, in paintLayerContents()