Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/graphics/filters/
DSVGFEImage.cpp37 …Image::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRa… in FEImage()
44 …EImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRa… in create()
/external/webkit/Source/WebCore/svg/
DSVGFitToViewBox.cpp83 …iewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRa… in viewBoxToViewTransform()
DSVGFEImageElement.cpp42 …TIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_PRESERVEASPECTRATIO() argument
DPatternAttributes.h60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio() function