Searched refs:applyClippingToContext (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 104 …return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoord… in applyResource() 158 bool RenderSVGResourceClipper::applyClippingToContext(RenderObject* object, const FloatRect& object… in applyClippingToContext() function in WebCore::RenderSVGResourceClipper 193 … if (!clipper->applyClippingToContext(this, objectBoundingBox, repaintRect, maskContext)) { in applyClippingToContext()
|
D | RenderSVGResourceClipper.h | 67 … bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 30144 (WebCore::RenderSVGResourceClipper::applyClippingToContext): 73092 …e::RenderSVGResourceClipper::applyResource): Return the value of applyClippingToContext, instead o… 73093 …(WebCore::RenderSVGResourceClipper::applyClippingToContext): Moved some code from createClipData, … 74852 (WebCore::RenderSVGResourceClipper::applyClippingToContext): 77739 (WebCore::RenderSVGResourceClipper::applyClippingToContext):
|
D | ChangeLog-2010-05-24 | 17176 (WebCore::RenderSVGResourceClipper::applyClippingToContext): 23085 (WebCore::RenderSVGResourceClipper::applyClippingToContext): direct clipping or maskImage?
|
D | ChangeLog | 14936 (WebCore::RenderSVGResourceClipper::applyClippingToContext):
|