Home
last modified time | relevance | path

Searched refs:SkUnitCubicInterp (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DInterpolatorTest.cpp63 SkUnitCubicInterp(val, 1.f/3, 1.f/3, 2.f/3, 2.f/3))); in DEF_TEST()
87 SkUnitCubicInterp(val, t[0], t[1], t[2], t[3]))); in DEF_TEST()
/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp69 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; in ComputeRelativeT()
233 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp() function
/third_party/flutter/skia/include/utils/
DSkInterpolator.h135 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by,