/external/skqp/samplecode/ |
D | SampleClipDrawMatch.cpp | 124 fTrans.setKeyFrame(0, GetMSecs() + 1000, values); in ClipDrawMatchView() 126 fTrans.setKeyFrame(1, GetMSecs() + 2000, values); in ClipDrawMatchView() 128 fTrans.setKeyFrame(2, GetMSecs() + 3000, values); in ClipDrawMatchView() 130 fTrans.setKeyFrame(3, GetMSecs() + 4000, values); in ClipDrawMatchView() 132 fTrans.setKeyFrame(4, 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 | 163 fTrans.setKeyFrame(0, fCurrTime, values); in FilterQualityView() 165 fTrans.setKeyFrame(1, fCurrTime + 2000, values); in FilterQualityView()
|
/external/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()
|
/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/skqp/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/include/utils/ |
D | SkInterpolator.h | 105 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
|
/external/skqp/include/utils/ |
D | SkInterpolator.h | 105 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 162 bool SkInterpolator::setKeyFrame(int index, SkMSec time, in setKeyFrame() function in SkInterpolator
|
/external/skqp/src/utils/ |
D | SkInterpolator.cpp | 162 bool SkInterpolator::setKeyFrame(int index, SkMSec time, in setKeyFrame() function in SkInterpolator
|