Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c362 int c0min, c0max; member
427 c0min = boxp->c0min; in update_box()
434 if (c0max > c0min) in update_box()
442 boxp->c0min = c0min = c0; in update_box()
447 if (c0max > c0min) in update_box()
528 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
571 b2->c0min = b1->c0min; in median_cut()
618 lb = (b1->c0max + b1->c0min) / 2; in median_cut()
620 b2->c0min = lb + 1; in median_cut()
659 c0min = boxp->c0min; in compute_color()
[all …]

Completed in 10 milliseconds