Searched refs:UnalteredParsing (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGPathElement.cpp | 188 … if (!factory->buildSVGPathByteStreamFromString(attr->value(), m_pathByteStream, UnalteredParsing)) in parseMappedAttribute() 218 …actory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, newList, UnalteredParsing); in svgAttributeChanged() 290 …dSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing); in pathSegList() 311 …dSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing); in animatedPathSegList() 344 …>buildSVGPathByteStreamFromSVGPathSegList(m_pathSegList.value, m_pathByteStream, UnalteredParsing); in pathSegListChanged()
|
D | SVGPathSegList.cpp | 37 … SVGPathParserFactory::self()->buildStringFromSVGPathSegList(*this, pathString, UnalteredParsing); in valueAsString()
|
D | SVGAnimateElement.cpp | 373 if (factory->buildSVGPathByteStreamFromString(toString, m_toPath, UnalteredParsing)) { in calculateFromAndToValues() 375 …ToAnimation || factory->buildSVGPathByteStreamFromString(fromString, m_fromPath, UnalteredParsing)) in calculateFromAndToValues() 455 factory->buildSVGPathByteStreamFromString(baseString, m_animatedPath, UnalteredParsing); in resetToBaseValue() 481 … factory->buildStringFromByteStream(m_animatedPathPointer, valueToApply, UnalteredParsing); in applyResultsToTarget()
|
D | SVGPathConsumer.h | 41 UnalteredParsing enumerator
|