Searched defs:parseTransformValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateTransformElement.cpp152 m_fromTransform = parseTransformValue(fromString);
155 m_toTransform = parseTransformValue(toString);
161 m_fromTransform = parseTransformValue(fromString);
164 m_toTransform = SVGTransformDistance::addSVGTransforms(m_fromTransform, parseTransformValue(byString));
168 SVGTransform SVGAnimateTransformElement::parseTransformValue(const String& value) const function in class:WebCore::SVGAnimateTransformElement
173 // FIXME: This is pretty dumb but parseTransformValue() wants those parenthesis.
176 SVGTransformable::parseTransformValue(m_type, ptr, ptr + parseString.length(), result); // ignoring return value
220 SVGTransform from = parseTransformValue(fromString);
223 SVGTransform to = parseTransformValue(toString);
H A DSVGTransformable.cpp97 bool SVGTransformable::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform) function in class:WebCore::SVGTransformable
194 if (!parseTransformValue(type, currTransform, end, transform))

Completed in 62 milliseconds