Searched refs:kTolerances (Results 1 – 2 of 2) sorted by relevance
/external/skqp/third_party/skcms/ |
D | skcms.cc | 1682 const float kTolerances[] = { 1.5f / 65535.0f, 1.0f / 512.0f }; in skcms_ApproximateCurve() local 1683 for (int t = 0; t < ARRAY_COUNT(kTolerances); t++) { in skcms_ApproximateCurve() 1689 int L = fit_linear(curve, N, kTolerances[t], &tf.c, &tf.d); in skcms_ApproximateCurve()
|
/external/skia/third_party/skcms/ |
D | skcms.cc | 2166 const float kTolerances[] = { 1.5f / 65535.0f, 1.0f / 512.0f }; in skcms_ApproximateCurve() local 2167 for (int t = 0; t < ARRAY_COUNT(kTolerances); t++) { in skcms_ApproximateCurve() 2173 int L = fit_linear(curve, N, kTolerances[t], &tf.c, &tf.d); in skcms_ApproximateCurve()
|