gfxbbox_expand_to_point 46 lib/devices/bbox.c i->bbox = gfxbbox_expand_to_point(i->bbox, b.xmin, b.ymin); gfxbbox_expand_to_point 47 lib/devices/bbox.c i->bbox = gfxbbox_expand_to_point(i->bbox, b.xmax, b.ymax); gfxbbox_expand_to_point 661 lib/gfxtools.c box = gfxbbox_expand_to_point(box, box2.xmin, box2.ymin); gfxbbox_expand_to_point 662 lib/gfxtools.c box = gfxbbox_expand_to_point(box, box2.xmax, box2.ymax); gfxbbox_expand_to_point 691 lib/gfxtools.c if(last) bbox = gfxbbox_expand_to_point(bbox, x, y); gfxbbox_expand_to_point 692 lib/gfxtools.c bbox = gfxbbox_expand_to_point(bbox, line->x, line->y); gfxbbox_expand_to_point 695 lib/gfxtools.c if(last) bbox = gfxbbox_expand_to_point(bbox, x, y); gfxbbox_expand_to_point 696 lib/gfxtools.c bbox = gfxbbox_expand_to_point(bbox, line->sx, line->sy); gfxbbox_expand_to_point 697 lib/gfxtools.c bbox = gfxbbox_expand_to_point(bbox, line->x, line->y); gfxbbox_expand_to_point 72 lib/gfxtools.h gfxbbox_t gfxbbox_expand_to_point(gfxbbox_t box, gfxcoord_t x, gfxcoord_t y);