Home
last modified time | relevance | path

Searched refs:parsePoints (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttributeParser.h27 bool parsePoints(SkSVGPointsType*);
DSkSVGAttributeParser.cpp537 bool SkSVGAttributeParser::parsePoints(SkSVGPointsType* points) { in parsePoints() function in SkSVGAttributeParser
DSkSVGDOM.cpp182 if (!parser.parsePoints(&points)) { in SetPointsAttribute()