Searched refs:vrec0 (Results 1 – 5 of 5) sorted by relevance
79 if (*fTarget != fValues[SkToSizeT(lerp_info.vrec0.idx)]) { in onSeek()80 *fTarget = fValues[SkToSizeT(lerp_info.vrec0.idx)]; in onSeek()
74 Keyframe::Value vrec0, vrec1; member76 bool isConstant() const { return vrec0 == vrec1; } in isConstant()
167 const auto vidx = lerp_info.vrec0.idx; in onSeek()175 lerp_info.vrec0 = {vidx - 1}; in onSeek()186 const auto& v0 = fValues[lerp_info.vrec0.idx]; in onSeek()
93 SkASSERT(lerp_info.vrec0.idx + fVecLen <= fStorage.size()); in onSeek()97 const auto* v0 = fStorage.data() + lerp_info.vrec0.idx; in onSeek()
61 *fTarget = Lerp(lerp_info.vrec0.flt, lerp_info.vrec1.flt, lerp_info.weight); in onSeek()