Home
last modified time | relevance | path

Searched refs:SVGUnitType (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPatternElement.h57 … SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() { return m_patternUnits.get(); } in patternUnits()
58 …SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() { return m_patternContent… in patternContentUnits()
59 …const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() const { return m_patternUn… in patternUnits()
60 …const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() const { return m_pa… in patternContentUnits()
82 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternUnits;
83 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternContentUnits;
DPatternAttributes.h61 SVGUnitTypes::SVGUnitType patternUnits() const { return m_patternUnits; } in patternUnits()
62 SVGUnitTypes::SVGUnitType patternContentUnits() const { return m_patternContentUnits; } in patternContentUnits()
102 void setPatternUnits(SVGUnitTypes::SVGUnitType value) in setPatternUnits()
108 void setPatternContentUnits(SVGUnitTypes::SVGUnitType value) in setPatternContentUnits()
145 SVGUnitTypes::SVGUnitType m_patternUnits;
146 SVGUnitTypes::SVGUnitType m_patternContentUnits;
DSVGMaskElement.h43 SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskUnits() { return m_maskUnits.get(); } in maskUnits()
44 …SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskContentUnits() { return m_maskContentUnits.… in maskContentUnits()
65 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskUnits;
66 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskContentUnits;
DSVGFilterElement.h53 SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* filterUnits() { return m_filterUnits.get(); } in filterUnits()
54 …SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* primitiveUnits() { return m_primitiveUnits.get(… in primitiveUnits()
76 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_filterUnits;
77 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_primitiveUnits;
DSVGLengthContext.h58 …static FloatRect resolveRectangle(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRec… in resolveRectangle()
63 …static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& v…
64 …static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>…
65 static float resolveLength(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>);
DGradientAttributes.h39 …SVGUnitTypes::SVGUnitType gradientUnits() const { return static_cast<SVGUnitTypes::SVGUnitType>(m_… in gradientUnits()
49 void setGradientUnits(SVGUnitTypes::SVGUnitType unitType) in setGradientUnits()
DSVGUnitTypes.h33 enum SVGUnitType { enum
45 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>();
DSVGClipPathElement.h38 …SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() { return m_clipPathUnits.get();… in clipPathUnits()
53 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_clipPathUnits;
DSVGGradientElement.h58 …SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* gradientUnits() { return m_gradientUnits.get();… in gradientUnits()
74 RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_gradientUnits;
DSVGLengthContext.cpp51 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType t… in resolveRectangle()
72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type… in resolvePoint()
87 float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, Pa… in resolveLength()
DSVGMaskElement.cpp39 …, m_maskUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskUnitsA… in SVGMaskElement()
40 …, m_maskContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::mas… in SVGMaskElement()
DSVGUnitTypes.cpp36 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>() in getStaticStringEntries()
DSVGFilterElement.cpp41 …, m_filterUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::filterUn… in SVGFilterElement()
42 …, m_primitiveUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::primi… in SVGFilterElement()
DSVGClipPathElement.cpp32 …, m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPa… in SVGClipPathElement()
DSVGPatternElement.cpp44 …, m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::pattern… in SVGPatternElement()
45 …, m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::… in SVGPatternElement()
DSVGGradientElement.cpp53 …, m_gradientUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::gradie… in SVGGradientElement()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMasker.h51 …SVGUnitTypes::SVGUnitType maskUnits() const { return toSVGMaskElement(element())->maskUnits()->cur… in maskUnits()
52 …SVGUnitTypes::SVGUnitType maskContentUnits() const { return toSVGMaskElement(element())->maskConte… in maskContentUnits()
DRenderSVGResourceFilter.h74 …SVGUnitTypes::SVGUnitType filterUnits() const { return toSVGFilterElement(element())->filterUnits(… in filterUnits()
75 …SVGUnitTypes::SVGUnitType primitiveUnits() const { return toSVGFilterElement(element())->primitive… in primitiveUnits()
DRenderSVGResourceLinearGradient.h41 …virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUni… in gradientUnits()
DRenderSVGResourceRadialGradient.h41 …virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUni… in gradientUnits()
DRenderSVGResourceGradient.h57 virtual SVGUnitTypes::SVGUnitType gradientUnits() const = 0;
DRenderSVGResourceClipper.h66 …SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPath… in clipPathUnits()
DSVGRenderTreeAsText.cpp177 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()
179 ts << SVGEnumerationToString<SVGUnitTypes::SVGUnitType>(unitType); in operator <<()
481 …pe spreadMethod, const AffineTransform& gradientTransform, SVGUnitTypes::SVGUnitType gradientUnits) in writeCommonGradientProperties()
DRenderSVGResourceMasker.cpp115 …SVGUnitTypes::SVGUnitType contentUnits = toSVGMaskElement(element())->maskContentUnits()->currentV… in drawMaskForRenderer()