Lines Matching refs:boxptr
372 typedef box *boxptr; typedef
375 LOCAL (boxptr) find_biggest_color_pop (boxptr boxlist, int numboxes) in find_biggest_color_pop()
379 register boxptr boxp; in find_biggest_color_pop()
382 boxptr which = NULL; in find_biggest_color_pop()
396 LOCAL (boxptr) find_biggest_volume (boxptr boxlist, int numboxes) in find_biggest_volume()
400 register boxptr boxp; in find_biggest_volume()
403 boxptr which = NULL; in find_biggest_volume()
418 update_box (gdImagePtr oim, gdImagePtr nim, my_cquantize_ptr cquantize, boxptr boxp) in update_box()
544 boxptr boxlist, int numboxes, int desired_colors) in median_cut()
549 register boxptr b1, b2; in median_cut()
644 boxptr boxp, int icolor) in compute_color()
706 boxptr boxlist; in select_colors()
711 boxlist = (boxptr) safe_emalloc(desired_colors, sizeof (box), 1); in select_colors()