Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGRect.cpp43 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()
DSkSVGRadialGradient.cpp38 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()
DSkSVGLinearGradient.cpp34 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()
DSkSVGEllipse.cpp34 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()
DSkSVGLine.cpp34 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()
DSkSVGSVG.cpp70 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()
DSkSVGPattern.cpp44 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()
DSkSVGCircle.cpp30 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()
DSkSVGNode.cpp157 if (const SkSVGLengthValue* dashOffset= v.as<SkSVGLengthValue>()) { in onSetAttribute()
182 if (const SkSVGLengthValue* strokeWidth = v.as<SkSVGLengthValue>()) { in onSetAttribute()
DSkSVGUse.cpp40 if (const auto* x = v.as<SkSVGLengthValue>()) { in onSetAttribute()
45 if (const auto* y = v.as<SkSVGLengthValue>()) { in onSetAttribute()
DSkSVGStop.cpp29 if (const auto* offset = v.as<SkSVGLengthValue>()) { in onSetAttribute()
DSkSVGValue.h80 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable
DSkSVGDOM.cpp118 node->setAttribute(attr, SkSVGLengthValue(length)); in SetLengthAttribute()
/external/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.cpp92 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
/external/skia/modules/svg/include/
DSkSVGValue.h72 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; variable