Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGSVG.cpp51 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()
56 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()
61 if (const auto* w = v.as<SkSVGLengthValue>()) { in onSetAttribute()
66 if (const auto* h = v.as<SkSVGLengthValue>()) { in onSetAttribute()
DSkSVGDOM.cpp93 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
/third_party/skia/modules/svg/include/
DSkSVGValue.h72 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable