Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h137 } else if (!by_.empty()) { in GetEndValue()
138 return startValue + StringUtils::StringToDouble(by_); in GetEndValue()
149 } else if (!by_.empty()) { in GetEndValue()
150 return startValue + Color::FromString(by_); in GetEndValue()
161 } else if (!by_.empty()) { in GetEndValue()
162 return startValue + StringUtils::StringToDimension(by_); in GetEndValue()
257 by_ = by; in SetBy()
290 return by_; in GetBy()
401 svgAnimate->SetBy(by_); in Copy()
423 std::string by_; variable