HomeSort by relevance Sort by last modified time
    Searched refs:applyClippingToContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.h 67 bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*);
RenderSVGResourceClipper.cpp 104 return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context);
158 bool RenderSVGResourceClipper::applyClippingToContext(RenderObject* object, const FloatRect& objectBoundingBox,
193 if (!clipper->applyClippingToContext(this, objectBoundingBox, repaintRect, maskContext)) {

Completed in 38 milliseconds