Home
last modified time | relevance | path

Searched refs:tryPathOnlyClipping (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.h77 bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
DRenderSVGResourceClipper.cpp84 bool RenderSVGResourceClipper::tryPathOnlyClipping(GraphicsContext* context, in tryPathOnlyClipping() function in WebCore::RenderSVGResourceClipper
171 if (tryPathOnlyClipping(context, animatedLocalTransform, targetBoundingBox)) { in applyClippingToContext()