Searched refs:setPoints (Results 1 – 3 of 3) sorted by relevance
16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints() function in SkSVGPoly27 this->setPoints(*pts); in onSetAttribute()
27 void setPoints(const SkSVGPointsType&);
21 if (this->setPoints(SkSVGAttributeParser::parse<SkSVGPointsType>("points", n, v))) { in parseAndSetAttribute()