Searched refs:compute_slow (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkCubicMap.cpp | 29 static float compute_slow(float A, float B, float C, float x) { in compute_slow() function 41 float answer = compute_slow(A, B, C, x); in compute_t_from_x()
|
/third_party/flutter/skia/src/core/ |
D | SkCubicMap.cpp | 28 static float compute_slow(float A, float B, float C, float x) { in compute_slow() function 40 float answer = compute_slow(A, B, C, x); in compute_t_from_x()
|