HomeSort by relevance Sort by last modified time
    Searched refs:SVGPreserveAspectRatio (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAnimatedPreserveAspectRatio.idl 29 readonly attribute SVGPreserveAspectRatio baseVal;
30 readonly attribute SVGPreserveAspectRatio animVal;
SVGAnimatedPreserveAspectRatio.h 25 #include "SVGPreserveAspectRatio.h"
29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, LowerProperty)
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, LowerProperty)
SVGPreserveAspectRatio.cpp 25 #include "SVGPreserveAspectRatio.h"
34 SVGPreserveAspectRatio::SVGPreserveAspectRatio()
40 void SVGPreserveAspectRatio::setAlign(unsigned short align, ExceptionCode& ec)
50 void SVGPreserveAspectRatio::setMeetOrSlice(unsigned short meetOrSlice, ExceptionCode& ec)
60 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result)
62 SVGPreserveAspectRatio aspectRatio;
159 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect)
165 case SVGPreserveAspectRatio::SVG_MEETORSLICE_UNKNOWN
    [all...]
SVGPreserveAspectRatio.h 33 class SVGPreserveAspectRatio {
55 SVGPreserveAspectRatio();
80 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);
90 struct SVGPropertyTraits<SVGPreserveAspectRatio> {
91 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); }
92 static String toString(const SVGPreserveAspectRatio& type) { return type.valueAsString(); }
SVGFitToViewBox.h 34 class SVGPreserveAspectRatio;
41 static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight);
47 virtual void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio&) = 0;
PatternAttributes.h 25 #include "SVGPreserveAspectRatio.h"
60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; }
96 void setPreserveAspectRatio(const SVGPreserveAspectRatio& value)
144 SVGPreserveAspectRatio m_preserveAspectRatio;
SVGPreserveAspectRatio.idl 28 interface [Conditional=SVG] SVGPreserveAspectRatio {
SVGFitToViewBox.cpp 33 #include "SVGPreserveAspectRatio.h"
83 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
101 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value());
SVGViewSpec.cpp 59 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, preserve);
137 setPreserveAspectRatioBaseValue(SVGPreserveAspectRatio::parsePreserveAspectRatio(currViewSpec, end, false, result));
SVGFEImageElement.cpp 37 #include "SVGPreserveAspectRatio.h"
83 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, value);
SVGImageElement.cpp 69 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value());
SVGSVGElement.cpp 44 #include "SVGPreserveAspectRatio.h"
617 SVGPreserveAspectRatio aspectRatio;
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.h 28 #include "SVGPreserveAspectRatio.h"
36 static PassRefPtr<FEImage> create(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&);
50 FEImage(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&);
53 SVGPreserveAspectRatio m_preserveAspectRatio;
SVGFEImage.cpp 32 #include "SVGPreserveAspectRatio.h"
37 FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
44 PassRefPtr<FEImage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 42 #include "SVGPreserveAspectRatio.h"
130 if (imageElement->preserveAspectRatio().align() != SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE)
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 3131 milliseconds