Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp50 static float SkUnitCubicInterp(float value, float bx, float by, float cx, float cy) { in SkUnitCubicInterp() function
142 return blend ? SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; in ComputeRelativeT()