Home
last modified time | relevance | path

Searched refs:SkSVGPointsValue (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGPoly.cpp26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute()
DSkSVGValue.h88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >; variable
DSkSVGDOM.cpp190 node->setAttribute(attr, SkSVGPointsValue(points)); in SetPointsAttribute()
/external/skqp/experimental/svg/model/
DSkSVGPoly.cpp26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute()
DSkSVGValue.h88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >; variable
DSkSVGDOM.cpp190 node->setAttribute(attr, SkSVGPointsValue(points)); in SetPointsAttribute()