Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp43 …FEImage(Filter* filter, PassRefPtr<Image> image, PassRefPtr<SVGPreserveAspectRatio> preserveAspect… in FEImage()
51 …ilter, TreeScope& treeScope, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspect… in FEImage()
59 …thImage(Filter* filter, PassRefPtr<Image> image, PassRefPtr<SVGPreserveAspectRatio> preserveAspect… in createWithImage()
64 …ilter, TreeScope& treeScope, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspect… in createWithIRIReference()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEImageElement.h44 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio() function
DSVGImageElement.h47 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio() function
DSVGFitToViewBox.cpp47 …BoxToViewTransform(const FloatRect& viewBoxRect, PassRefPtr<SVGPreserveAspectRatio> preserveAspect… in viewBoxToViewTransform()
DSVGFitToViewBox.h78 …SVGAnimatedPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); } in preserveAspectRatio() function
DSVGPreserveAspectRatio.cpp49 RefPtr<SVGPreserveAspectRatio> preserveAspectRatio = create(); in clone() local
DPatternAttributes.h60 SVGPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); } in preserveAspectRatio() function