/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 124 fTrans.setKeyFrame(0, SkTime::GetMSecs() + 1000, values); in ClipDrawMatchView() 126 fTrans.setKeyFrame(1, SkTime::GetMSecs() + 2000, values); in ClipDrawMatchView() 128 fTrans.setKeyFrame(2, SkTime::GetMSecs() + 3000, values); in ClipDrawMatchView() 130 fTrans.setKeyFrame(3, SkTime::GetMSecs() + 4000, values); in ClipDrawMatchView() 132 fTrans.setKeyFrame(4, SkTime::GetMSecs() + 5000, values); in ClipDrawMatchView()
|
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 | 181 fTrans.setKeyFrame(0, fCurrTime, values); in FilterQualityView() 183 fTrans.setKeyFrame(1, fCurrTime + 2000, values); in FilterQualityView()
|
/external/skia/src/animator/ |
D | SkOperandIterpolator.cpp | 37 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar … in setKeyFrame() function in SkOperandInterpolator 113 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0); in UnitTest() 114 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330)); in UnitTest()
|
D | SkAnimateActive.cpp | 324 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]); in pickUp() 325 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]); in pickUp() 384 interpolator.setKeyFrame(0, 0, from, animate->blend[0]); in setInterpolator() 385 interpolator.setKeyFrame(1, duration, from, animate->blend[0]); in setInterpolator() 390 interpolator.setKeyFrame(entry, entry * duration / (entries - 1), from, in setInterpolator()
|
D | SkOperandInterpolator.h | 35 …bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
|
/external/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()
|
/external/skia/src/views/ |
D | SkProgressView.cpp | 50 fInterp->setKeyFrame(0, SkTime::GetMSecs(), &x, 0); in setValue() 52 fInterp->setKeyFrame(1, SkTime::GetMSecs() + 333, &x); in setValue()
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 160 bool SkInterpolator::setKeyFrame(int index, SkMSec time, in setKeyFrame() function in SkInterpolator
|