Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp40 …e::FEImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRa… in FEImage()
48 …er* filter, Document& document, const String& href, const SVGPreserveAspectRatio& preserveAspectRa… in FEImage()
56 …eWithImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRa… in createWithImage()
61 …er* filter, Document& document, const String& href, const SVGPreserveAspectRatio& preserveAspectRa… in createWithIRIReference()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.h143 const SVGPreserveAspectRatio& preserveAspectRatio() const in preserveAspectRatio() function
246 SVGPreserveAspectRatio& preserveAspectRatio() in preserveAspectRatio() function
296 SVGPreserveAspectRatio* preserveAspectRatio; member
DSVGFEImageElement.cpp38 …TIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_PRESERVEASPECTRATIO() argument
136 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute() local
DSVGFitToViewBox.h57 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute() local
DSVGViewSpec.cpp163 PassRefPtr<SVGAnimatedPreserveAspectRatio> SVGViewSpec::preserveAspectRatio() in preserveAspectRatio() function in WebCore::SVGViewSpec
259 SVGPreserveAspectRatio preserveAspectRatio; in parseViewSpecInternal() local
DSVGViewSpec.h82 …void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) { m_preser… in setPreserveAspectRatioBaseValue()
DSVGImageElement.cpp127 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute() local
DSVGFitToViewBox.cpp100 …iewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRa… in viewBoxToViewTransform()
DSVGAnimatedType.cpp198 …imatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreserveAspectRatio* preserveAspectRatio) in createPreserveAspectRatio()
DPatternAttributes.h60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio() function