gf_rect_union     292 include/gpac/maths.h void gf_rect_union(GF_Rect *rc1, GF_Rect *rc2);
gf_rect_union     578 src/compositor/font_engine.c 		gf_rect_union(&span->bounds, &rc);
gf_rect_union     364 src/compositor/hc_flash_shape.c 		gf_rect_union(&st->bounds, &rc);
gf_rect_union      85 src/compositor/mpeg4_form.c 		gf_rect_union(&fg->origin, &cg->final);
gf_rect_union     317 src/compositor/mpeg4_form.c 				gf_rect_union(&bounds, &fg->final);
gf_rect_union     140 src/compositor/mpeg4_grouping.c 			gf_rect_union(&group->bounds, &tr_state->bounds);
gf_rect_union     310 src/compositor/mpeg4_grouping.c 			gf_rect_union(&group->bounds, &tr_state->bounds);
gf_rect_union     472 src/compositor/mpeg4_text.c 		gf_rect_union(&st->bounds, &span->bounds);
gf_rect_union     182 src/compositor/offscreen_cache.c 			gf_rect_union(&cache_bounds, &tr_state->bounds);
gf_rect_union     682 src/compositor/offscreen_cache.c 		gf_rect_union(&group_bounds, &ctx->bi->unclip);
gf_rect_union      61 src/compositor/svg_text.c 		gf_rect_union(&st->bounds, &span->bounds);
gf_rect_union     828 src/compositor/svg_text.c 		gf_rect_union(&st->bounds, &span->bounds);
gf_rect_union     255 src/compositor/visual_manager.c 		gf_rect_union(&rc, &tr_state->bounds);
gf_rect_union     282 src/compositor/visual_manager.c 				gf_rect_union(&rc, &tr_state->bounds);
gf_rect_union     315 src/utils/path2d.c 	gf_rect_union(&gp->bbox, &src->bbox);