Searched refs:SkSVGPointsType (Results 1 – 11 of 11) sorted by relevance
25 SVG_ATTR(Points, SkSVGPointsType, SkSVGPointsType())
28 using SkSVGPointsType = SkTDArray<SkPoint>; variable
27 void setPoints(const SkSVGPointsType&);
16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints()
28 bool parsePoints(SkSVGPointsType*);
88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >;
50 using SkSVGPointsType = SkSVGPrimitiveTypeWrapper<SkTDArray<SkPoint>>; variable
537 bool SkSVGAttributeParser::parsePoints(SkSVGPointsType* points) { in parsePoints()
184 SkSVGPointsType points; in SetPointsAttribute()
21 if (this->setPoints(SkSVGAttributeParser::parse<SkSVGPointsType>("points", n, v))) { in parseAndSetAttribute()
646 bool SkSVGAttributeParser::parse(SkSVGPointsType* points) { in parse()