Home
last modified time | relevance | path

Searched refs:vrec1 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
H A DVectorKeyframeAnimator.cpp94 SkASSERT(lerp_info.vrec1.idx + fVecLen <= fStorage.size());
98 const auto* v1 = fStorage.data() + lerp_info.vrec1.idx;
101 const auto is_constant = lerp_info.vrec0.equals(lerp_info.vrec1,
H A DVec2KeyframeAnimator.cpp64 SkASSERT(lerp_info.vrec1.idx == vidx);
91 const auto& v1 = fValues[lerp_info.vrec1.idx];
H A DKeyframeAnimator.h79 float weight; // vrec0/vrec1 weight [0..1]
80 Keyframe::Value vrec0, vrec1; member
H A DScalarKeyframeAnimator.cpp32 *fTarget = Lerp(lerp_info.vrec0.flt, lerp_info.vrec1.flt, lerp_info.weight);

Completed in 2 milliseconds