Searched refs:m_preserveAspectRatio (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFitToViewBox.h | 68 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
|
D | SVGFEImageElement.cpp | 41 …, 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()
|
D | PatternAttributes.h | 38 , 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
|
D | SVGFEImageElement.h | 44 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio() 63 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; variable
|
D | SVGFitToViewBox.cpp | 38 …, m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(element, SVGNames::preserveAspectRa… in SVGFitToViewBox() 43 element->addToPropertyMap(m_preserveAspectRatio); in SVGFitToViewBox()
|
D | SVGImageElement.h | 47 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); } in preserveAspectRatio() 77 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; variable
|
D | SVGImageElement.cpp | 41 …, 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/ |
D | SVGFEImage.cpp | 47 , 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()
|
D | SVGFEImage.h | 62 PassRefPtr<SVGPreserveAspectRatio> m_preserveAspectRatio; variable
|