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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp665 bool parseTransformValue(unsigned type, const LChar*& ptr, const LChar* end, SVGTransform& transform) function in namespace:WebCore
670 bool parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform) function in namespace:WebCore
742 if (!parseTransformValue(type, ptr, end, transform))

Completed in 98 milliseconds