head_t 84 lib/pdf/bbox.c head_t*heads; head_t 90 lib/pdf/bbox.c static head_t*head_new(context_t*context, int x, int y) head_t 93 lib/pdf/bbox.c head_t*h = rfx_calloc(sizeof(head_t)); head_t 109 lib/pdf/bbox.c static void head_delete(context_t*context, head_t*h) head_t 124 lib/pdf/bbox.c #define POINTS_TO_HEAD(ptr) (((head_t*)(ptr))->magic==HEAD_MAGIC) head_t 136 lib/pdf/bbox.c head_t*h = (head_t*)data[head]; head_t 178 lib/pdf/bbox.c head_t*h1 = (head_t*)data[head1]; head_t 179 lib/pdf/bbox.c head_t*h2 = (head_t*)data[head2]; head_t 248 lib/pdf/bbox.c head_t*h1 = context->heads; head_t 251 lib/pdf/bbox.c head_t*next = h1->next; head_t 252 lib/pdf/bbox.c head_t*h2 = context->heads; head_t 279 lib/pdf/bbox.c static head_t* search_vicinity(context_t*context, head_t*h, int max_radius, double*cos, double*sin) head_t 317 lib/pdf/bbox.c head_t*new_head = (head_t*)data[pos]; head_t 338 lib/pdf/bbox.c head_t*h = context->heads; head_t 347 lib/pdf/bbox.c head_t*h = context->heads; head_t 349 lib/pdf/bbox.c head_t*next = h->next; head_t 353 lib/pdf/bbox.c head_t*other = search_vicinity(context, h, 64, costab, sintab); head_t 389 lib/pdf/bbox.c printf("g%02d ", ((head_t*)group[y*width+x])->nr); head_t 397 lib/pdf/bbox.c head_t*h = context->heads; head_t 428 lib/pdf/bbox.c head_t*h = context.heads; head_t 430 lib/pdf/bbox.c head_t*next = h->next;