Searched refs:timeToValues (Results 1 – 12 of 12) sorted by relevance
/external/skia/tests/ |
D | InterpolatorTest.cpp | 27 result = inter.timeToValues(0, v); in DEF_TEST() 31 result = inter.timeToValues(99, v); in DEF_TEST() 35 result = inter.timeToValues(100, v); in DEF_TEST() 39 result = inter.timeToValues(200, v); in DEF_TEST() 43 result = inter.timeToValues(201, v); in DEF_TEST() 47 result = inter.timeToValues(150, v); in DEF_TEST() 56 result = inter.timeToValues(125, v); in DEF_TEST() 58 result = inter.timeToValues(175, v); in DEF_TEST()
|
/external/skia/src/animator/ |
D | SkOperandIterpolator.cpp | 59 SkInterpolatorBase::Result SkOperandInterpolator::timeToValues(SkMSec time, SkOperand values[]) con… in timeToValues() function in SkOperandInterpolator 118 result = inter.timeToValues(0, v); in UnitTest() 122 result = inter.timeToValues(99, v); in UnitTest() 126 result = inter.timeToValues(100, v); in UnitTest() 130 result = inter.timeToValues(200, v); in UnitTest() 134 result = inter.timeToValues(201, v); in UnitTest() 138 result = inter.timeToValues(150, v); in UnitTest() 142 result = inter.timeToValues(125, v); in UnitTest() 144 result = inter.timeToValues(175, v); in UnitTest()
|
D | SkOperandInterpolator.h | 36 Result timeToValues(SkMSec time, SkOperand values[]) const;
|
D | SkAnimateActive.cpp | 183 interpolator.timeToValues(time, values.get()); in create() 221 interpolator.timeToValues(time, values.get()); in immediate() 307 existing->fInterpolators[index]->timeToValues( in pickUp()
|
D | SkDisplayApply.cpp | 617 SkInterpolatorBase::Result interpResult = fActive->fInterpolators[inner]->timeToValues( in interpolate()
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 114 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;
|
/external/skia/src/views/ |
D | SkProgressView.cpp | 69 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result) in onDraw()
|
/external/skia/samplecode/ |
D | SampleHT.cpp | 94 SkInterpolator::Result res = fInterp->timeToValues(fTime, values); in onDraw()
|
D | SampleClipDrawMatch.cpp | 232 fTrans.timeToValues(SkTime::GetMSecs(), trans); in onDrawContent()
|
D | SampleFilterQuality.cpp | 246 fTrans.timeToValues(fCurrTime, trans); in onDrawContent()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 181 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time, in timeToValues() function in SkInterpolator
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |