Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c837 int maxc0, maxc1, maxc2; in find_nearby_colors() local
853 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()
854 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()
935 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
938 else if (x > maxc2) in find_nearby_colors()
940 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
950 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()

Completed in 26 milliseconds