Home
last modified time | relevance | path

Searched defs:targetBoundingBox (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFilter.cpp28 …luteTransform, const IntRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in SVGFilter()
60 …luteTransform, const IntRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in create()
DSVGFilter.h44 FloatRect targetBoundingBox() const { return m_targetBoundingBox; } in targetBoundingBox() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp148 …VGResourceClipper::applyClippingToContext(RenderObject* target, const FloatRect& targetBoundingBox, in applyClippingToContext()
236 …GResourceClipper::drawClipMaskContent(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawClipMaskContent()
DRenderSVGResourceFilter.cpp81 FloatRect targetBoundingBox = filter->targetBoundingBox(); in buildPrimitives() local
228 FloatRect targetBoundingBox = object->objectBoundingBox(); in applyResource() local
DRenderSVGResourceMasker.cpp113 …VGResourceMasker::drawMaskForRenderer(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawMaskForRenderer()