Searched refs:SkUnitCubicInterp (Results 1 – 1 of 1) sorted by relevance
50 static float SkUnitCubicInterp(float value, float bx, float by, float cx, float cy) { in SkUnitCubicInterp() function142 return blend ? SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; in ComputeRelativeT()