Home
last modified time | relevance | path

Searched refs:timeToValues (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DInterpolatorTest.cpp27 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/
DSkOperandIterpolator.cpp59 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()
DSkOperandInterpolator.h36 Result timeToValues(SkMSec time, SkOperand values[]) const;
DSkAnimateActive.cpp183 interpolator.timeToValues(time, values.get()); in create()
221 interpolator.timeToValues(time, values.get()); in immediate()
307 existing->fInterpolators[index]->timeToValues( in pickUp()
DSkDisplayApply.cpp617 SkInterpolatorBase::Result interpResult = fActive->fInterpolators[inner]->timeToValues( in interpolate()
/external/skia/include/utils/
DSkInterpolator.h114 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;
/external/skia/src/views/
DSkProgressView.cpp69 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result) in onDraw()
/external/skia/samplecode/
DSampleHT.cpp94 SkInterpolator::Result res = fInterp->timeToValues(fTime, values); in onDraw()
DSampleClipDrawMatch.cpp232 fTrans.timeToValues(SkTime::GetMSecs(), trans); in onDrawContent()
DSampleFilterQuality.cpp246 fTrans.timeToValues(fCurrTime, trans); in onDrawContent()
/external/skia/src/utils/
DSkInterpolator.cpp181 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time, in timeToValues() function in SkInterpolator
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...