Lines Matching refs:boxptr
420 typedef box *boxptr; typedef
423 LOCAL (boxptr) find_biggest_color_pop (boxptr boxlist, int numboxes)
427 register boxptr boxp;
430 boxptr which = NULL;
444 LOCAL (boxptr) find_biggest_volume (boxptr boxlist, int numboxes)
448 register boxptr boxp;
451 boxptr which = NULL;
467 update_box (gdImagePtr oim, gdImagePtr nim, my_cquantize_ptr cquantize, boxptr boxp)
470 update_box (j_decompress_ptr cinfo, boxptr boxp)
600 median_cut (j_decompress_ptr cinfo, boxptr boxlist, int numboxes,
604 boxptr boxlist, int numboxes, int desired_colors)
610 register boxptr b1, b2;
711 boxptr boxp, int icolor)
714 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor)
788 boxptr boxlist;
794 boxlist = (boxptr) (*cinfo->mem->alloc_small)
797 boxlist = (boxptr) safe_emalloc(desired_colors, sizeof (box), 1);