Home
last modified time | relevance | path

Searched refs:m_preserveAspectRatio (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFitToViewBox.h68 m_preserveAspectRatio->setBaseValueAsString(value, parseError); in parseAttribute()
78 …SVGAnimatedPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); } in preserveAspectRatio()
84 void clearPreserveAspectRatio() { m_preserveAspectRatio = nullptr; } in clearPreserveAspectRatio()
88 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; variable
DSVGFEImageElement.cpp41 …, m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(this, SVGNames::preserveAspectRatio… in SVGFEImageElement()
43 addToPropertyMap(m_preserveAspectRatio); in SVGFEImageElement()
180 …ateWithImage(filter, m_cachedImage->imageForRenderer(renderer()), m_preserveAspectRatio->currentVa… in build()
181 …return FEImage::createWithIRIReference(filter, treeScope(), hrefString(), m_preserveAspectRatio->c… in build()
DPatternAttributes.h38 , m_preserveAspectRatio(SVGPreserveAspectRatio::create()) in PatternAttributes()
60 SVGPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); } in preserveAspectRatio()
98 m_preserveAspectRatio = value; in setPreserveAspectRatio()
144 RefPtr<SVGPreserveAspectRatio> m_preserveAspectRatio; member
DSVGFEImageElement.h44 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio()
63 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; variable
DSVGFitToViewBox.cpp38 …, m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(element, SVGNames::preserveAspectRa… in SVGFitToViewBox()
43 element->addToPropertyMap(m_preserveAspectRatio); in SVGFitToViewBox()
DSVGImageElement.h47 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio()
77 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; variable
DSVGImageElement.cpp41 …, m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(this, SVGNames::preserveAspectRatio… in SVGImageElement()
49 addToPropertyMap(m_preserveAspectRatio); in SVGImageElement()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp47 , m_preserveAspectRatio(preserveAspectRatio) in FEImage()
55 , m_preserveAspectRatio(preserveAspectRatio) in FEImage()
113 m_preserveAspectRatio->transformRect(destRect, srcRect); in determineAbsolutePaintRect()
151 m_preserveAspectRatio->transformRect(destRect, srcRect); in applySoftware()
244 m_preserveAspectRatio->transformRect(dstRect, srcRect); in createImageFilter()
DSVGFEImage.h62 PassRefPtr<SVGPreserveAspectRatio> m_preserveAspectRatio; variable