Searched refs:timeToValues (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/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()
|
/third_party/flutter/skia/include/utils/ |
D | SkInterpolator.h | 115 Result timeToValues(SkMSec time, SkScalar values[] = nullptr) const;
|
/third_party/flutter/skia/samplecode/ |
D | SampleHT.cpp | 94 SkInterpolator::Result res = fInterp->timeToValues(fTime, values); in onDraw()
|
D | SampleClipDrawMatch.cpp | 237 fTrans.timeToValues(GetMSecs(), trans); in onDrawContent()
|
D | SampleFilterQuality.cpp | 255 fTrans.timeToValues(fCurrTime, trans); in onDrawContent()
|
/third_party/flutter/skia/src/utils/ |
D | SkInterpolator.cpp | 183 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time, in timeToValues() function in SkInterpolator
|