Searched refs:SkSVGLengthValue (Results 1 – 16 of 16) 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()
38 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute()43 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute()48 if (const auto* r = v.as<SkSVGLengthValue>()) { in onSetAttribute()53 if (const auto* fx = v.as<SkSVGLengthValue>()) { in onSetAttribute()58 if (const auto* fy = 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()
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()
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()
44 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()49 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()54 if (const auto* w = v.as<SkSVGLengthValue>()) { in onSetAttribute()59 if (const auto* h = 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()
157 if (const SkSVGLengthValue* dashOffset= v.as<SkSVGLengthValue>()) { in onSetAttribute()182 if (const SkSVGLengthValue* strokeWidth = v.as<SkSVGLengthValue>()) { in onSetAttribute()
40 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()45 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()
29 if (const auto* offset = v.as<SkSVGLengthValue>()) { in onSetAttribute()
80 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable
118 node->setAttribute(attr, SkSVGLengthValue(length)); in SetLengthAttribute()
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()
92 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
72 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable