Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/graphics/filters/
DSVGFilter.cpp28 …teTransform, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in SVGFilter()
53 …teTransform, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, con… in create()
DSVGFilter.h52 FloatRect targetBoundingBox() const { return m_targetBoundingBox; } in targetBoundingBox() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilterPrimitive.cpp88 FloatRect targetBoundingBox = filter->targetBoundingBox(); in determineFilterPrimitiveSubregion() local
DRenderSVGResourceFilter.cpp160 FloatRect targetBoundingBox = object->objectBoundingBox(); in applyResource() local