Home
last modified time | relevance | path

Searched refs:preserveAspectRatio (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/svg/graphics/filters/
DSVGFEImage.cpp37 …ge::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) in FEImage() argument
40 , m_preserveAspectRatio(preserveAspectRatio) in FEImage()
44 …age::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) in create() argument
46 return adoptRef(new FEImage(filter, image, preserveAspectRatio)); in create()
/external/webkit/Source/WebCore/svg/
DSVGFitToViewBox.cpp83 …nsform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float view… in viewBoxToViewTransform() argument
88 …return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRe… in viewBoxToViewTransform()
DSVGFEImageElement.cpp42 …TIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_PRESERVEASPECTRATIO() argument
172 …ilter, m_targetImage ? m_targetImage->copyImage() : m_cachedImage->image(), preserveAspectRatio()); in build()
DSVGSymbolElement.h61 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGViewSpec.h62 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGViewElement.h62 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGFEImageElement.h64 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGImageElement.h74 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGPatternElement.h87 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGMarkerElement.cpp45 …ATIO(SVGMarkerElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_LENGTH()
78 …return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHe… in viewBoxToViewTransform()
DSVGMarkerElement.h95 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGViewElement.cpp37 …TRATIO(SVGViewElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_BOOLEAN()
DSVGSymbolElement.cpp33 …TIO(SVGSymbolElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_BOOLEAN()
DPatternAttributes.h60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio() function
DSVGPatternElement.cpp56 …IO(SVGPatternElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_LENGTH()
258 attributes.setPreserveAspectRatio(current->preserveAspectRatio()); in collectPatternAttributes()
DSVGFEImageElement.idl33 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
DSVGFitToViewBox.idl31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
DSVGImageElement.idl39 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
DSVGSVGElement.h163 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
DSVGViewSpec.cpp35 …PECTRATIO(SVGViewSpec, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_RECT()
Dsvgattrs.in162 preserveAspectRatio
DSVGSVGElement.cpp62 …CTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_LENGTH()
598 …AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), … in viewBoxToViewTransform()
DSVGImageElement.cpp43 …RATIO(SVGImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio) in DEFINE_ANIMATED_LENGTH()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGImage.cpp130 …if (imageElement->preserveAspectRatio().align() != SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO… in paint()
131 imageElement->preserveAspectRatio().transformRect(destRect, srcRect); in paint()
DRenderSVGResourcePattern.cpp231 …rnElement->viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternB… in buildTileImageTransform()

12