Searched refs:parsePoints (Results 1 – 3 of 3) sorted by relevance
27 bool parsePoints(SkSVGPointsType*);
537 bool SkSVGAttributeParser::parsePoints(SkSVGPointsType* points) { in parsePoints() function in SkSVGAttributeParser
182 if (!parser.parsePoints(&points)) { in SetPointsAttribute()