Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/flutter/skia/include/utils/
DSkInterpolator.h115 Result timeToValues(SkMSec time, SkScalar values[] = nullptr) const;
/third_party/flutter/skia/samplecode/
DSampleHT.cpp94 SkInterpolator::Result res = fInterp->timeToValues(fTime, values); in onDraw()
DSampleClipDrawMatch.cpp237 fTrans.timeToValues(GetMSecs(), trans); in onDrawContent()
DSampleFilterQuality.cpp255 fTrans.timeToValues(fCurrTime, trans); in onDrawContent()
/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp183 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time, in timeToValues() function in SkInterpolator