Home
last modified time | relevance | path

Searched refs:maxc0 (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
849 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
850 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
874 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
877 else if (x > maxc0) in find_nearby_colors()
879 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
890 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()

Completed in 10 milliseconds