Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc2196 const float kTolerances[] = { 1.5f / 65535.0f, 1.0f / 512.0f }; in skcms_ApproximateCurve() local
2197 for (int t = 0; t < ARRAY_COUNT(kTolerances); t++) { in skcms_ApproximateCurve()
2203 int L = fit_linear(curve, N, kTolerances[t], &tf.c, &tf.d); in skcms_ApproximateCurve()