Home
last modified time | relevance | path

Searched refs:SkSVGPointsType (Results 1 – 11 of 11) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGPoly.h25 SVG_ATTR(Points, SkSVGPointsType, SkSVGPointsType())
DSkSVGTypes.h28 using SkSVGPointsType = SkTDArray<SkPoint>; variable
/external/skqp/experimental/svg/model/
DSkSVGPoly.h27 void setPoints(const SkSVGPointsType&);
DSkSVGPoly.cpp16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints()
DSkSVGAttributeParser.h28 bool parsePoints(SkSVGPointsType*);
DSkSVGValue.h88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >;
DSkSVGTypes.h50 using SkSVGPointsType = SkSVGPrimitiveTypeWrapper<SkTDArray<SkPoint>>; variable
DSkSVGAttributeParser.cpp537 bool SkSVGAttributeParser::parsePoints(SkSVGPointsType* points) { in parsePoints()
DSkSVGDOM.cpp184 SkSVGPointsType points; in SetPointsAttribute()
/external/skia/modules/svg/src/
DSkSVGPoly.cpp21 if (this->setPoints(SkSVGAttributeParser::parse<SkSVGPointsType>("points", n, v))) { in parseAndSetAttribute()
DSkSVGAttributeParser.cpp646 bool SkSVGAttributeParser::parse(SkSVGPointsType* points) { in parse()