Searched refs:SkSVGLengthValue (Results 1 – 10 of 10) sorted by relevance
43 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()48 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()53 if (const auto* w = v.as<SkSVGLengthValue>()) { in onSetAttribute()58 if (const auto* h = v.as<SkSVGLengthValue>()) { in onSetAttribute()63 if (const auto* rx = v.as<SkSVGLengthValue>()) { in onSetAttribute()68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute()
34 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute()39 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute()44 if (const auto* rx = v.as<SkSVGLengthValue>()) { in onSetAttribute()49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute()
34 if (const auto* x1 = v.as<SkSVGLengthValue>()) { in onSetAttribute()39 if (const auto* y1 = v.as<SkSVGLengthValue>()) { in onSetAttribute()44 if (const auto* x2 = v.as<SkSVGLengthValue>()) { in onSetAttribute()49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute()
70 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()75 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()80 if (const auto* w = v.as<SkSVGLengthValue>()) { in onSetAttribute()85 if (const auto* h = v.as<SkSVGLengthValue>()) { in onSetAttribute()
62 if (const auto* x1 = v.as<SkSVGLengthValue>()) { in onSetAttribute()67 if (const auto* y1 = v.as<SkSVGLengthValue>()) { in onSetAttribute()72 if (const auto* x2 = v.as<SkSVGLengthValue>()) { in onSetAttribute()77 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute()
30 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute()35 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute()40 if (const auto* r = v.as<SkSVGLengthValue>()) { in onSetAttribute()
143 if (const SkSVGLengthValue* strokeWidth = v.as<SkSVGLengthValue>()) { in onSetAttribute()
29 if (const auto* offset = v.as<SkSVGLengthValue>()) { in onSetAttribute()
77 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable
114 node->setAttribute(attr, SkSVGLengthValue(length)); in SetLengthAttribute()