/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPreserveAspectRatio.cpp | 34 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 …]
|
D | SVGPreserveAspectRatio.h | 32 class SVGPreserveAspectRatio { 55 SVGPreserveAspectRatio(); 84 struct SVGPropertyTraits<SVGPreserveAspectRatio> { 85 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); } 86 static String toString(const SVGPreserveAspectRatio& type) { return type.valueAsString(); }
|
D | SVGAnimatedPreserveAspectRatio.cpp | 35 …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()
|
D | SVGViewSpec.h | 80 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;
|
D | SVGAnimatedPreserveAspectRatio.h | 29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio; 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, Lo… 36 ….localName(), UpperProperty, LowerProperty, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio)
|
D | PatternAttributes.h | 60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio() 96 void setPreserveAspectRatio(const SVGPreserveAspectRatio& value) in setPreserveAspectRatio() 144 SVGPreserveAspectRatio m_preserveAspectRatio;
|
D | SVGAnimatedType.h | 56 static PassOwnPtr<SVGAnimatedType> createPreserveAspectRatio(SVGPreserveAspectRatio*); 143 const SVGPreserveAspectRatio& preserveAspectRatio() const in preserveAspectRatio() 246 SVGPreserveAspectRatio& preserveAspectRatio() in preserveAspectRatio() 296 SVGPreserveAspectRatio* preserveAspectRatio;
|
D | SVGFitToViewBox.h | 37 …sform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float vi… 57 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
|
D | SVGViewSpec.cpp | 135 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()
|
D | SVGAnimatedPreserveAspectRatio.idl | 27 readonly attribute SVGPreserveAspectRatio baseVal; 28 readonly attribute SVGPreserveAspectRatio animVal;
|
D | SVGFitToViewBox.cpp | 100 …wBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveA… in viewBoxToViewTransform()
|
D | SVGPreserveAspectRatio.idl | 26 interface SVGPreserveAspectRatio {
|
D | SVGFEImageElement.cpp | 136 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
|
D | SVGImageElement.cpp | 127 SVGPreserveAspectRatio preserveAspectRatio; in parseAttribute()
|
D | SVGAnimatedType.cpp | 198 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreserveAspectRatio* pres… in createPreserveAspectRatio()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
D | SVGFEImage.h | 38 …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;
|
D | SVGFEImage.cpp | 40 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/ |
D | RenderSVGImage.cpp | 72 …if (image->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECT… in updateImageViewport()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 327 …if (rootElement->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::SVG_PRESERVE… in computeIntrinsicDimensions()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_svg.target.darwin-arm.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|
D | webcore_svg.target.linux-x86.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|
D | webcore_svg.target.linux-arm.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|
D | webcore_svg.target.darwin-mips.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|
D | webcore_svg.target.linux-mips.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|
D | webcore_svg.target.darwin-x86.mk | 202 third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp \
|