Searched refs:SkSVGLengthValue (Results 1 – 3 of 3) sorted by relevance
51 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()
93 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
72 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable