Searched refs:parseArcFlag (Results 1 – 5 of 5) sorted by relevance
231 || !parseArcFlag(m_current, m_end, largeArc) in parseArcToSegment()232 || !parseArcFlag(m_current, m_end, sweep) in parseArcToSegment()
37 bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag);
152 bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag) in parseArcFlag() function
23459 (WebCore::parseArcFlag):23469 (WebCore::parseArcFlag): function to read in a 0 or 1 for largeArcFlag and sweepFlag23470 (WebCore::SVGPathParser::parseSVG): modify/simplify arc parsing by using parseArcFlag()
97041 (WebCore::parseArcFlag): Removed parseArcFlag(double&), we parse in float now.