Home
last modified time | relevance | path

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

/third_party/flutter/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()