Home
last modified time | relevance | path

Searched refs:vrec0 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
H A DTextKeyframeAnimator.cpp29 if (*fTarget != fValues[SkToSizeT(lerp_info.vrec0.idx)]) {
30 *fTarget = fValues[SkToSizeT(lerp_info.vrec0.idx)];
H A DVectorKeyframeAnimator.cpp93 SkASSERT(lerp_info.vrec0.idx + fVecLen <= fStorage.size());
97 const auto* v0 = fStorage.data() + lerp_info.vrec0.idx;
101 const auto is_constant = lerp_info.vrec0.equals(lerp_info.vrec1,
H A DVec2KeyframeAnimator.cpp61 const auto vidx = lerp_info.vrec0.idx;
69 lerp_info.vrec0 = {vidx - 1};
80 const auto& v0 = fValues[lerp_info.vrec0.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 4 milliseconds