Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c558 b1 = find_biggest_color_pop (boxlist, numboxes); in median_cut()
562 b1 = find_biggest_volume (boxlist, numboxes); in median_cut()
706 boxptr boxlist; in select_colors() local
714 boxlist[0].c0min = 0; in select_colors()
715 boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT; in select_colors()
716 boxlist[0].c1min = 0; in select_colors()
717 boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT; in select_colors()
718 boxlist[0].c2min = 0; in select_colors()
719 boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT; in select_colors()
721 update_box (oim, nim, cquantize, &boxlist[0]); in select_colors()
[all …]

Completed in 10 milliseconds