Searched refs:parseFloatPoint2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathStringSource.cpp208 return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point1, targetPoint);
209 return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point1, targetPoint);
215 return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point2, targetPoint);
216 return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point2, targetPoint);
H A DSVGParserUtilities.h52 bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&);
H A DSVGParserUtilities.cpp520 inline bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint& point2) function in namespace:WebCore
536 template bool parseFloatPoint2(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2);
537 template bool parseFloatPoint2(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2);

Completed in 110 milliseconds