Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd_topal.c362 int c0min, c0max; member
428 c0max = boxp->c0max; in update_box()
434 if (c0max > c0min) in update_box()
447 if (c0max > c0min) in update_box()
455 boxp->c0max = c0max = c0; in update_box()
528 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
568 b2->c0max = b1->c0max; in median_cut()
618 lb = (b1->c0max + b1->c0min) / 2; in median_cut()
619 b1->c0max = lb; in median_cut()
660 c0max = boxp->c0max; in compute_color()
[all …]

Completed in 8 milliseconds