Searched refs:parseFloatPoint (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathStringSource.cpp | 173 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); in parseMoveToSegment() 174 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); in parseMoveToSegment() 180 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); in parseLineToSegment() 181 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); in parseLineToSegment() 222 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); in parseCurveToQuadraticSmoothSegment() 223 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); in parseCurveToQuadraticSmoothSegment()
|
D | SVGParserUtilities.h | 50 bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint&);
|
D | SVGParserUtilities.cpp | 505 bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint& point) in parseFloatPoint() function 516 template bool parseFloatPoint(const LChar*& current, const LChar* end, FloatPoint& point1); 517 template bool parseFloatPoint(const UChar*& current, const UChar* end, FloatPoint& point1);
|