HomeSort by relevance Sort by last modified time
    Searched refs:parseFloatPoint2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathStringSource.cpp 208 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);
SVGParserUtilities.h 56 bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&);
SVGParserUtilities.cpp 474 inline bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint& point2)
490 template bool parseFloatPoint2(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2);
491 template bool parseFloatPoint2(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2);

Completed in 55 milliseconds