Home
last modified time | relevance | path

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

/dports/print/catdvi/catdvi-0.14/
H A Dlayout.c154 sint32 box_sloppy_x_cmp(const struct box_t * p1, const struct box_t * p2);
497 if(box_sloppy_x_cmp(&bp->b, &bq->b) > 0) { in page_words_collide()
508 while(c = box_sloppy_x_cmp(&bp->b, &bq->b), c < 0) { in page_words_collide()
563 sint32 box_sloppy_x_cmp(const struct box_t * p1, const struct box_t * p2) in box_sloppy_x_cmp() function
926 if(box_sloppy_x_cmp(&(q->omega->b), &(p->alpha->b)) < 0) { in page_find_right_walls()
930 else if(box_sloppy_x_cmp(&(p->omega->b), &(q->alpha->b)) < 0) { in page_find_right_walls()