Home
last modified time | relevance | path

Searched refs:SVG_TRANSFORM_SCALE (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTransformDistance.cpp76 case SVGTransform::SVG_TRANSFORM_SCALE: { in SVGTransformDistance()
96 case SVGTransform::SVG_TRANSFORM_SCALE: in scaledDistance()
137 case SVGTransform::SVG_TRANSFORM_SCALE: { in addSVGTransforms()
179 case SVGTransform::SVG_TRANSFORM_SCALE: { in addSVGTransform()
212 case SVGTransform::SVG_TRANSFORM_SCALE: { in addToSVGTransform()
252 case SVGTransform::SVG_TRANSFORM_SCALE: in distance()
DSVGTransform.cpp88 m_type = SVG_TRANSFORM_SCALE; in setScale()
145 case SVG_TRANSFORM_SCALE: in valueAsString()
DSVGTransformable.cpp114 case SVGTransform::SVG_TRANSFORM_SCALE: in parseTransformValue()
158 type = SVGTransform::SVG_TRANSFORM_SCALE; in parseAndSkipType()
DSVGAnimateTransformElement.cpp89 m_type = SVGTransform::SVG_TRANSFORM_SCALE; in parseMappedAttribute()
232 if (to.type() == SVGTransform::SVG_TRANSFORM_SCALE) { in calculateDistance()
DSVGTransform.h38 SVG_TRANSFORM_SCALE = 3, enumerator
DSVGTransform.idl29 const unsigned short SVG_TRANSFORM_SCALE = 3;