Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp323 std::vector<float> fromVec; in PrepareTransformValueAnimation() local
326 if (!svgAnimate->GetValuesRange(fromVec, toVec, type)) { in PrepareTransformValueAnimation()
331 …std::function<void(double)> callback = [weak = AceType::WeakClaim(this), type, fromVec, toVec](dou… in PrepareTransformValueAnimation()
337 if (!svgBase->SetTransformProperty(type, fromVec, toVec, value)) { in PrepareTransformValueAnimation()