Home
last modified time | relevance | path

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

/external/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()
/external/skia/src/utils/
DSkInterpolator.cpp68 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; in ComputeRelativeT()
232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp() function
/external/skia/include/utils/
DSkInterpolator.h134 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by,