HomeSort by relevance Sort by last modified time
    Searched refs:preserveAspectRatio (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.idl 27 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGFitToViewBox.idl 32 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGAnimatedPreserveAspectRatio.cpp 36 animatedType->preserveAspectRatio().parse(string);
52 resetFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes, type, &SVGAnimatedType::preserveAspectRatio);
75 const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToAnimation ? animated->preserveAspectRatio() : from->preserveAspectRatio();
76 const SVGPreserveAspectRatio& toPreserveAspectRatio = to->preserveAspectRatio();
77 SVGPreserveAspectRatio& animatedPreserveAspectRatio = animated->preserveAspectRatio();
SVGFitToViewBox.h 55 SVGPreserveAspectRatio preserveAspectRatio;
56 preserveAspectRatio.parse(value);
57 target->setPreserveAspectRatioBaseValue(preserveAspectRatio);
SVGImageElement.idl 31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGViewSpec.h 80 // Custom animated 'preserveAspectRatio' property.
81 PassRefPtr<SVGAnimatedPreserveAspectRatio> preserveAspectRatio();
84 void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) { m_preserveAspectRatio = preserveAspectRatio; }
SVGSymbolElement.h 55 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGSymbolElement.cpp 34 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSymbolElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
40 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
SVGViewElement.cpp 35 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
40 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
SVGFEImageElement.cpp 40 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
45 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
132 SVGPreserveAspectRatio preserveAspectRatio;
133 preserveAspectRatio.parse(value);
134 setPreserveAspectRatioBaseValue(preserveAspectRatio);
SVGFEImageElement.h 64 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGViewElement.h 61 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGAnimatedType.h 143 const SVGPreserveAspectRatio& preserveAspectRatio() const
146 return *m_data.preserveAspectRatio;
246 SVGPreserveAspectRatio& preserveAspectRatio()
249 return *m_data.preserveAspectRatio;
296 SVGPreserveAspectRatio* preserveAspectRatio;
SVGImageElement.cpp 41 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
50 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
118 SVGPreserveAspectRatio preserveAspectRatio;
119 preserveAspectRatio.parse(value);
120 setPreserveAspectRatioBaseValue(preserveAspectRatio);
SVGFitToViewBox.cpp 102 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
107 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGImageElement.h 71 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGPatternElement.h 80 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGViewSpec.cpp 49 // Define custom animated property 'preserveAspectRatio'.
166 PassRefPtr<SVGAnimatedPreserveAspectRatio> SVGViewSpec::preserveAspectRatio()
262 SVGPreserveAspectRatio preserveAspectRatio;
263 if (!preserveAspectRatio.parse(ptr, end, false))
265 setPreserveAspectRatioBaseValue(preserveAspectRatio);
SVGAnimatedType.cpp 77 delete m_data.preserveAspectRatio;
198 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreserveAspectRatio* preserveAspectRatio)
200 ASSERT(preserveAspectRatio);
202 animatedType->m_data.preserveAspectRatio = preserveAspectRatio;
PatternAttributes.h 60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; }
SVGMarkerElement.h 152 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGMarkerElement.cpp 57 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGMarkerElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
69 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
SVGSVGElement.h 169 DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
SVGPatternElement.cpp 47 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGPatternElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
60 REGISTER_LOCAL_ANIMATED_PROPERTY(preserveAspectRatio)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 42 FEImage::FEImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
46 , m_preserveAspectRatio(preserveAspectRatio)
50 FEImage::FEImage(Filter* filter, Document* document, const String& href, const SVGPreserveAspectRatio& preserveAspectRatio)
54 , m_preserveAspectRatio(preserveAspectRatio)
58 PassRefPtr<FEImage> FEImage::createWithImage(Filter* filter, PassRefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
60 return adoptRef(new FEImage(filter, image, preserveAspectRatio));
63 PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, Document* document, const String& href, const SVGPreserveAspectRatio& preserveAspectRatio)
65 return adoptRef(new FEImage(filter, document, href, preserveAspectRatio));

Completed in 385 milliseconds

1 2