Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp88 FloatRect targetBoundingBox = filter->targetBoundingBox(); in determineFilterPrimitiveSubregion() local
91 … subregion.setX(targetBoundingBox.x() + subregionBoundingBox.x() * targetBoundingBox.width()); in determineFilterPrimitiveSubregion()
94 … subregion.setY(targetBoundingBox.y() + subregionBoundingBox.y() * targetBoundingBox.height()); in determineFilterPrimitiveSubregion()
97 subregion.setWidth(subregionBoundingBox.width() * targetBoundingBox.width()); in determineFilterPrimitiveSubregion()
100 subregion.setHeight(subregionBoundingBox.height() * targetBoundingBox.height()); in determineFilterPrimitiveSubregion()
H A DRenderSVGResourceFilter.cpp161 FloatRect targetBoundingBox = object->objectBoundingBox(); in applyResource() local
164 filterData->boundaries = filterElement->filterBoundingBox(targetBoundingBox); in applyResource()
185 …eate(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData-… in applyResource()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFilter.cpp28 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float… in SVGFilter() argument
32 , m_targetBoundingBox(targetBoundingBox) in SVGFilter()
53 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float… in create() argument
55 …return adoptRef(new SVGFilter(absoluteTransform, absoluteSourceDrawingRegion, targetBoundingBox, f… in create()
H A DSVGFilter.h52 FloatRect targetBoundingBox() const { return m_targetBoundingBox; } in targetBoundingBox() function
55 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0628290 (WebCore::SVGFilter::targetBoundingBox):
51714 … * svg/graphics/filters/SVGFilter.cpp: Renamed itemBox to targetBoundingBox to match name scheme.