Searched defs:targetBoundingBox (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
| D | SVGFilter.cpp | 28 …luteTransform, const IntRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in SVGFilter() 60 …luteTransform, const IntRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in create()
|
| D | SVGFilter.h | 44 FloatRect targetBoundingBox() const { return m_targetBoundingBox; } in targetBoundingBox() function
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| D | RenderSVGResourceClipper.cpp | 148 …VGResourceClipper::applyClippingToContext(RenderObject* target, const FloatRect& targetBoundingBox, in applyClippingToContext() 236 …GResourceClipper::drawClipMaskContent(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawClipMaskContent()
|
| D | RenderSVGResourceFilter.cpp | 81 FloatRect targetBoundingBox = filter->targetBoundingBox(); in buildPrimitives() local 228 FloatRect targetBoundingBox = object->objectBoundingBox(); in applyResource() local
|
| D | RenderSVGResourceMasker.cpp | 113 …VGResourceMasker::drawMaskForRenderer(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawMaskForRenderer()
|