Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c363 int c1min, c1max; member
429 c1min = boxp->c1min; in update_box()
460 if (c1max > c1min) in update_box()
468 boxp->c1min = c1min = c1; in update_box()
473 if (c1max > c1min) in update_box()
490 histp = &histogram[c0][c1min][c2]; in update_box()
572 b2->c1min = b1->c1min; in median_cut()
623 lb = (b1->c1max + b1->c1min) / 2; in median_cut()
625 b2->c1min = lb + 1; in median_cut()
661 c1min = boxp->c1min; in compute_color()
[all …]

Completed in 8 milliseconds