Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c837 int maxc0, maxc1, maxc2; in find_nearby_colors() local
851 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
852 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()
905 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
908 else if (x > maxc1) in find_nearby_colors()
910 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
920 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()

Completed in 10 milliseconds