/external/webkit/Source/WebCore/svg/ |
D | SVGPreserveAspectRatio.cpp | 34 SVGPreserveAspectRatio::SVGPreserveAspectRatio() in SVGPreserveAspectRatio() function in WebCore::SVGPreserveAspectRatio 40 void SVGPreserveAspectRatio::setAlign(unsigned short align, ExceptionCode& ec) in setAlign() 50 void SVGPreserveAspectRatio::setMeetOrSlice(unsigned short meetOrSlice, ExceptionCode& ec) in setMeetOrSlice() 60 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, co… in parsePreserveAspectRatio() 62 SVGPreserveAspectRatio aspectRatio; in parsePreserveAspectRatio() 159 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect) in transformRect() 165 case SVGPreserveAspectRatio::SVG_MEETORSLICE_UNKNOWN: in transformRect() 167 case SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET: { in transformRect() 172 case SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_XMINYMID: in transformRect() 173 case SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_XMIDYMID: in transformRect() [all …]
|
D | SVGPreserveAspectRatio.h | 33 class SVGPreserveAspectRatio { 55 SVGPreserveAspectRatio(); 80 …static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, … 90 struct SVGPropertyTraits<SVGPreserveAspectRatio> { 91 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); } 92 static String toString(const SVGPreserveAspectRatio& type) { return type.valueAsString(); }
|
D | SVGAnimatedPreserveAspectRatio.h | 29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio; 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, Lo… 36 …ibute, DOMAttribute.localName(), SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProp…
|
D | SVGFitToViewBox.h | 34 class SVGPreserveAspectRatio; variable 41 …sform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float vi… 47 virtual void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio&) = 0;
|
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 | SVGFitToViewBox.cpp | 83 …wBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveA… in viewBoxToViewTransform() 101 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value()); in parseMappedAttribute()
|
D | SVGAnimatedPreserveAspectRatio.idl | 29 readonly attribute SVGPreserveAspectRatio baseVal; 30 readonly attribute SVGPreserveAspectRatio animVal;
|
D | SVGViewSpec.cpp | 59 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, preserve); in setPreserveAspectRatioString() 137 …setPreserveAspectRatioBaseValue(SVGPreserveAspectRatio::parsePreserveAspectRatio(currViewSpec, end… in parseViewSpec()
|
D | SVGFEImageElement.cpp | 83 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, value); in parseMappedAttribute()
|
D | SVGPreserveAspectRatio.idl | 28 interface [Conditional=SVG] SVGPreserveAspectRatio {
|
D | SVGImageElement.cpp | 69 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value()); in parseMappedAttribute()
|
D | SVGSVGElement.cpp | 617 SVGPreserveAspectRatio aspectRatio; in inheritViewAttributes()
|
/external/webkit/Source/WebCore/svg/graphics/filters/ |
D | SVGFEImage.h | 36 static PassRefPtr<FEImage> create(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&); 50 FEImage(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&); 53 SVGPreserveAspectRatio m_preserveAspectRatio;
|
D | SVGFEImage.cpp | 37 FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectR… in FEImage() 44 …mage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveA… in create()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGImage.cpp | 130 …if (imageElement->preserveAspectRatio().align() != SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO… in paint()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 476 SVGPreserveAspectRatio \
|
D | CodeGenerators.pri | 488 svg/SVGPreserveAspectRatio.idl \
|
D | CMakeLists.txt | 1717 svg/SVGPreserveAspectRatio.cpp 1870 svg/SVGPreserveAspectRatio.idl
|
D | Android.mk | 1162 svg/SVGPreserveAspectRatio.cpp \
|
D | WebCore.pro | 2397 svg/SVGPreserveAspectRatio.h \ 3350 svg/SVGPreserveAspectRatio.cpp \
|
D | ChangeLog-2006-12-31 | 224 * ksvg2/svg/SVGPreserveAspectRatio.cpp: 226 (WebCore::SVGPreserveAspectRatio::parsePreserveAspectRatio): 4968 * ksvg2/svg/SVGPreserveAspectRatio.cpp: 4969 (WebCore::SVGPreserveAspectRatio::getCTM): 4970 * ksvg2/svg/SVGPreserveAspectRatio.h: 22381 * ksvg2/svg/SVGPreserveAspectRatio.cpp: 22382 (WebCore::SVGPreserveAspectRatio::SVGPreserveAspectRatio): 22383 (WebCore::SVGPreserveAspectRatio::getCTM): 22384 * ksvg2/svg/SVGPreserveAspectRatio.h: 26337 * ksvg2/svg/SVGPreserveAspectRatio.cpp: [all …]
|
D | ChangeLog-2008-08-10 | 4018 * svg/SVGPreserveAspectRatio.cpp: 6423 * svg/SVGPreserveAspectRatio.cpp: 6424 (WebCore::SVGPreserveAspectRatio::valueAsString): 6425 * svg/SVGPreserveAspectRatio.h: 7799 * svg/SVGPreserveAspectRatio.cpp: 7800 …(WebCore::SVGPreserveAspectRatio::valueAsString): Add new function converting SVG values to string… 7801 * svg/SVGPreserveAspectRatio.h: 35027 * svg/SVGPreserveAspectRatio.cpp: 35028 * svg/SVGPreserveAspectRatio.h: 35422 * svg/SVGPreserveAspectRatio.cpp: [all …]
|
D | WebCore.gypi | 1049 'svg/SVGPreserveAspectRatio.h', 1546 'svg/SVGPreserveAspectRatio.idl', 5805 'svg/SVGPreserveAspectRatio.cpp',
|
D | GNUmakefile.list.am | 3481 Source/WebCore/svg/SVGPreserveAspectRatio.cpp \ 3482 Source/WebCore/svg/SVGPreserveAspectRatio.h \
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 690 attribute SVGPreserveAspectRatioConstructor SVGPreserveAspectRatio;
|