Home
last modified time | relevance | path

Searched refs:maskBoundingBox (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceGradient.cpp132 FloatRect maskBoundingBox = textRootBlock->objectBoundingBox(); in clipToTextMask() local
133 matrix.translate(maskBoundingBox.x(), maskBoundingBox.y()); in clipToTextMask()
134 matrix.scaleNonUniform(maskBoundingBox.width(), maskBoundingBox.height()); in clipToTextMask()
DRenderSVGResourceMasker.cpp200 FloatRect maskBoundaries = maskElement->maskBoundingBox(objectBoundingBox); in resourceBoundingBox()
/external/webkit/Source/WebCore/svg/
DSVGMaskElement.h41 FloatRect maskBoundingBox(const FloatRect&) const;
DSVGMaskElement.cpp181 FloatRect SVGMaskElement::maskBoundingBox(const FloatRect& objectBoundingBox) const in maskBoundingBox() function in WebCore::SVGMaskElement
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2446124 (WebCore::SVGMaskElement::maskBoundingBox):
47002 (WebCore::SVGMaskElement::maskBoundingBox):
DChangeLog-2010-01-2916634 (WebCore::SVGMaskElement::maskBoundingBox):