Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c81 } Colorbox; typedef
91 Colorbox *freeboxes;
92 Colorbox *usedboxes;
104 static void splitbox(Colorbox*);
122 Colorbox *box_list, *ptr; in main()
187 box_list = freeboxes = (Colorbox *)_TIFFmalloc(num_colors*sizeof (Colorbox)); in main()
403 static Colorbox *
406 register Colorbox *p, *b; in largest_box()
419 splitbox(Colorbox* ptr) in splitbox()
423 register Colorbox *new; in splitbox()
[all …]