Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGPath.cpp19 if (const auto* path = v.as<SkSVGPathValue>()) { in onSetAttribute()
DSkSVGValue.h81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >; variable
DSkSVGDOM.cpp94 node->setAttribute(attr, SkSVGPathValue(path)); in SetPathDataAttribute()