| /external/skia/experimental/skottie/ |
| SkottieAnimator.cpp | 74 int vidx0, vidx1, // v0/v1 indices member in struct:skottie::__anon33806::KeyframeAnimatorBase::KeyframeRec 78 bool isConstant() const { return vidx0 == vidx1; } 130 const auto vidx0 = this->parseValue(jframe["s"]); local 131 if (vidx0 < 0) { 136 int vidx1 = vidx0, cmidx = -1; 160 fRecs.push_back({t0, t0, vidx0, vidx1, cmidx }); 260 *v = fVs[rec.vidx0]; 265 const auto& v0 = fVs[rec.vidx0];
|
| /external/skqp/experimental/skottie/ |
| SkottieAnimator.cpp | 74 int vidx0, vidx1, // v0/v1 indices member in struct:skottie::__anon34476::KeyframeAnimatorBase::KeyframeRec 78 bool isConstant() const { return vidx0 == vidx1; } 130 const auto vidx0 = this->parseValue(jframe["s"]); local 131 if (vidx0 < 0) { 136 int vidx1 = vidx0, cmidx = -1; 160 fRecs.push_back({t0, t0, vidx0, vidx1, cmidx }); 260 *v = fVs[rec.vidx0]; 265 const auto& v0 = fVs[rec.vidx0];
|