Home
last modified time | relevance | path

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

/external/skqp/third_party/skcms/
Dskcms.cc750 float slope_min = -INFINITY_; in fit_linear() local
758 if (slope_max_i < slope_min || slope_max < slope_min_i) { in fit_linear()
763 slope_min = fmaxf_(slope_min, slope_min_i); in fit_linear()
766 if (slope_min <= cur_slope && cur_slope <= slope_max) { in fit_linear()
/external/skia/third_party/skcms/
Dskcms.cc1078 float slope_min = -INFINITY_; in fit_linear() local
1086 if (slope_max_i < slope_min || slope_max < slope_min_i) { in fit_linear()
1091 slope_min = fmaxf_(slope_min, slope_min_i); in fit_linear()
1094 if (slope_min <= cur_slope && cur_slope <= slope_max) { in fit_linear()