Lines Matching refs:Colorbox
81 } Colorbox; typedef
91 Colorbox *freeboxes;
92 Colorbox *usedboxes;
103 static void get_histogram(TIFF*, Colorbox*);
104 static void splitbox(Colorbox*);
105 static void shrinkbox(Colorbox*);
109 static Colorbox* largest_box(void);
122 Colorbox *box_list, *ptr; in main()
187 box_list = freeboxes = (Colorbox *)_TIFFmalloc(num_colors*sizeof (Colorbox)); in main()
351 get_histogram(TIFF* in, Colorbox* box) in get_histogram()
403 static Colorbox *
406 register Colorbox *p, *b; in largest_box()
419 splitbox(Colorbox* ptr) in splitbox()
423 register Colorbox *new; in splitbox()
541 shrinkbox(Colorbox* box) in shrinkbox()