Searched refs:by_ (Results 1 – 1 of 1) sorted by relevance
137 } 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