Searched refs:setKeyFrame (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 133 fTrans.setKeyFrame(0, GetMSecs() + 1000, values); in onOnceBeforeDraw() 135 fTrans.setKeyFrame(1, GetMSecs() + 2000, values); in onOnceBeforeDraw() 137 fTrans.setKeyFrame(2, GetMSecs() + 3000, values); in onOnceBeforeDraw() 139 fTrans.setKeyFrame(3, GetMSecs() + 4000, values); in onOnceBeforeDraw() 141 fTrans.setKeyFrame(4, GetMSecs() + 5000, values); in onOnceBeforeDraw()
|
D | SampleHT.cpp | 68 fInterp->setKeyFrame(0, now, values); in spawnAnimation() 70 fInterp->setKeyFrame(1, now + 1000, values); in spawnAnimation() 72 fInterp->setKeyFrame(2, now + 2000, values); in spawnAnimation()
|
D | SampleFilterQuality.cpp | 163 fTrans.setKeyFrame(0, fCurrTime, values); in FilterQualityView() 165 fTrans.setKeyFrame(1, fCurrTime + 2000, values); in FilterQualityView()
|
/third_party/flutter/skia/tests/ |
D | InterpolatorTest.cpp | 24 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0); in DEF_TEST() 25 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330)); in DEF_TEST()
|
/third_party/flutter/skia/include/utils/ |
D | SkInterpolator.h | 105 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
|
/third_party/flutter/skia/src/utils/ |
D | SkInterpolator.cpp | 162 bool SkInterpolator::setKeyFrame(int index, SkMSec time, in setKeyFrame() function in SkInterpolator
|