Searched refs:tryPathOnlyClipping (Results 1 – 2 of 2) sorted by relevance
77 bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
84 bool RenderSVGResourceClipper::tryPathOnlyClipping(GraphicsContext* context, in tryPathOnlyClipping() function in WebCore::RenderSVGResourceClipper171 if (tryPathOnlyClipping(context, animatedLocalTransform, targetBoundingBox)) { in applyClippingToContext()