ibbox_t           209 lib/pdf/BitmapOutputDev.cc     ibbox_t* boxes = get_bitmap_bboxes((unsigned char*)alpha, width, height);
ibbox_t           210 lib/pdf/BitmapOutputDev.cc     ibbox_t*b;
ibbox_t            14 lib/pdf/bbox.c ibbox_t* ibbox_new(int x1, int y1, int x2, int y2)
ibbox_t            16 lib/pdf/bbox.c     ibbox_t*b = (ibbox_t*)rfx_calloc(sizeof(ibbox_t)); 
ibbox_t            24 lib/pdf/bbox.c void ibbox_destroy(ibbox_t*b)
ibbox_t            27 lib/pdf/bbox.c 	ibbox_t*next = b->next;
ibbox_t            33 lib/pdf/bbox.c ibbox_t*get_bitmap_bboxes_simple(unsigned char*alpha, int width, int height)
ibbox_t            60 lib/pdf/bbox.c     ibbox_t* bbox = 0;
ibbox_t            69 lib/pdf/bbox.c     ibbox_t bbox;
ibbox_t           146 lib/pdf/bbox.c static char ibbox_does_overlap(ibbox_t*b1, ibbox_t*b2)
ibbox_t           154 lib/pdf/bbox.c static void ibbox_expand(ibbox_t*src, ibbox_t*add) 
ibbox_t           406 lib/pdf/bbox.c ibbox_t*get_bitmap_bboxes(unsigned char*alpha, int width, int height)
ibbox_t           426 lib/pdf/bbox.c     ibbox_t*bboxes = 0;
ibbox_t           431 lib/pdf/bbox.c 	ibbox_t*bbox = malloc(sizeof(ibbox_t));
ibbox_t           432 lib/pdf/bbox.c 	memcpy(bbox, &h->bbox, sizeof(ibbox_t));
ibbox_t            13 lib/pdf/bbox.h ibbox_t* ibbox_new(int x1, int y1, int x2, int y2);
ibbox_t            14 lib/pdf/bbox.h void ibbox_destroy(ibbox_t*b);
ibbox_t            15 lib/pdf/bbox.h ibbox_t*get_bitmap_bboxes(unsigned char*alpha, int width, int height);