Home
last modified time | relevance | path

Searched refs:SVGPreserveAspectRatio (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp34 SVGPreserveAspectRatio::SVGPreserveAspectRatio() in SVGPreserveAspectRatio() function in WebCore::SVGPreserveAspectRatio
40 void SVGPreserveAspectRatio::setAlign(unsigned short align, ExceptionState& exceptionState) in setAlign()
50 void SVGPreserveAspectRatio::setMeetOrSlice(unsigned short meetOrSlice, ExceptionState& exceptionSt… in setMeetOrSlice()
61 bool SVGPreserveAspectRatio::parseInternal(const CharType*& ptr, const CharType* end, bool validate) in parseInternal()
158 void SVGPreserveAspectRatio::parse(const String& string) in parse()
174 bool SVGPreserveAspectRatio::parse(const LChar*& ptr, const LChar* end, bool validate) in parse()
179 bool SVGPreserveAspectRatio::parse(const UChar*& ptr, const UChar* end, bool validate) in parse()
184 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect) in transformRect()
193 case SVGPreserveAspectRatio::SVG_MEETORSLICE_UNKNOWN: in transformRect()
195 case SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET: { in transformRect()
[all …]
DSVGPreserveAspectRatio.h32 class SVGPreserveAspectRatio {
55 SVGPreserveAspectRatio();
84 struct SVGPropertyTraits<SVGPreserveAspectRatio> {
85 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); }
86 static String toString(const SVGPreserveAspectRatio& type) { return type.valueAsString(); }
DSVGAnimatedPreserveAspectRatio.cpp35 …nimatedType> animatedType = SVGAnimatedType::createPreserveAspectRatio(new SVGPreserveAspectRatio); in constructFromString()
75 …const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToA… in calculateAnimatedValue()
76 const SVGPreserveAspectRatio& toPreserveAspectRatio = to->preserveAspectRatio(); in calculateAnimatedValue()
77 SVGPreserveAspectRatio& animatedPreserveAspectRatio = animated->preserveAspectRatio(); in calculateAnimatedValue()
79 …m_animationElement->animateDiscreteType<SVGPreserveAspectRatio>(percentage, fromPreserveAspectRati… in calculateAnimatedValue()
DSVGViewSpec.h80 SVGPreserveAspectRatio& preserveAspectRatioCurrentValue() { return m_preserveAspectRatio; } in preserveAspectRatioCurrentValue()
81 SVGPreserveAspectRatio preserveAspectRatioBaseValue() const { return m_preserveAspectRatio; } in preserveAspectRatioBaseValue()
82 …void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) { m_preser… in setPreserveAspectRatioBaseValue()
107 SVGPreserveAspectRatio m_preserveAspectRatio;
DSVGAnimatedPreserveAspectRatio.h29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, Lo…
36 ….localName(), UpperProperty, LowerProperty, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio)
DPatternAttributes.h60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio()
96 void setPreserveAspectRatio(const SVGPreserveAspectRatio& value) in setPreserveAspectRatio()
144 SVGPreserveAspectRatio m_preserveAspectRatio;
DSVGAnimatedType.h56 static PassOwnPtr<SVGAnimatedType> createPreserveAspectRatio(SVGPreserveAspectRatio*);
143 const SVGPreserveAspectRatio& preserveAspectRatio() const in preserveAspectRatio()
246 SVGPreserveAspectRatio& preserveAspectRatio() in preserveAspectRatio()
296 SVGPreserveAspectRatio* preserveAspectRatio;
DSVGFitToViewBox.h37 …sform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float vi…
57 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
DSVGViewSpec.cpp135 return SVGPropertyTraits<SVGPreserveAspectRatio>::toString(preserveAspectRatioBaseValue()); in preserveAspectRatioString()
181 …ookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType… in lookupOrCreatePreserveAspectRatioWrapper()
196 m_preserveAspectRatio = SVGPreserveAspectRatio(); in reset()
259 SVGPreserveAspectRatio preserveAspectRatio; in parseViewSpecInternal()
DSVGAnimatedPreserveAspectRatio.idl27 readonly attribute SVGPreserveAspectRatio baseVal;
28 readonly attribute SVGPreserveAspectRatio animVal;
DSVGFitToViewBox.cpp100 …wBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveA… in viewBoxToViewTransform()
DSVGPreserveAspectRatio.idl26 interface SVGPreserveAspectRatio {
DSVGFEImageElement.cpp136 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
DSVGImageElement.cpp127 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
DSVGAnimatedType.cpp198 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreserveAspectRatio* pres… in createPreserveAspectRatio()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.h38 …tic PassRefPtr<FEImage> createWithImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
39 …<FEImage> createWithIRIReference(Filter*, Document&, const String&, const SVGPreserveAspectRatio&);
50 FEImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
51 FEImage(Filter*, Document&, const String&, const SVGPreserveAspectRatio&);
61 SVGPreserveAspectRatio m_preserveAspectRatio;
DSVGFEImage.cpp40 FEImage::FEImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveAsp… in FEImage()
48 …ge(Filter* filter, Document& document, const String& href, const SVGPreserveAspectRatio& preserveA… in FEImage()
56 …::createWithImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveA… in createWithImage()
61 …ce(Filter* filter, Document& document, const String& href, const SVGPreserveAspectRatio& preserveA… in createWithIRIReference()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGImage.cpp72 …if (image->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECT… in updateImageViewport()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp327 …if (rootElement->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::SVG_PRESERVE… in computeIntrinsicDimensions()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-arm.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
Dwebcore_svg.target.linux-x86.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
Dwebcore_svg.target.linux-arm.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
Dwebcore_svg.target.darwin-mips.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
Dwebcore_svg.target.linux-mips.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
Dwebcore_svg.target.darwin-x86.mk202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \

12