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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathStringSource.cpp172 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint);
173 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint);
179 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint);
180 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint);
221 return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint);
222 return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint);
H A DSVGParserUtilities.h48 bool parseFloatPoint(const CharacterType*& current, const CharacterType* end, FloatPoint&);
H A DSVGParserUtilities.cpp431 bool parseFloatPoint(const CharacterType*& current, const CharacterType* end, FloatPoint& point) function in namespace:WebCore
442 template bool parseFloatPoint(const LChar*& current, const LChar* end, FloatPoint& point1);
443 template bool parseFloatPoint(const UChar*& current, const UChar* end, FloatPoint& point1);

Completed in 81 milliseconds