parseFloatPoint2 449 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint2(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2); parseFloatPoint2 450 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint2(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2); parseFloatPoint2 49 Source/core/svg/SVGParserUtilities.h bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&); parseFloatPoint2 208 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point1, targetPoint); parseFloatPoint2 209 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point1, targetPoint); parseFloatPoint2 215 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point2, targetPoint); parseFloatPoint2 216 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point2, targetPoint);