gf_cmx_copy       206 include/gpac/color.h void gf_cmx_copy(GF_ColorMatrix *_this, GF_ColorMatrix *from);
gf_cmx_copy       881 modules/soft_raster/stencil.c 	else gf_cmx_copy(&_this->cmat, cmat);
gf_cmx_copy       763 src/compositor/drawable.c 		gf_cmx_copy(ctx->col_mat, &tr_state->color_mat);
gf_cmx_copy      1521 src/compositor/drawable.c 		gf_cmx_copy(ctx->col_mat, &tr_state->color_mat);
gf_cmx_copy       325 src/compositor/mpeg4_grouping_2d.c 		gf_cmx_copy(&gf_cmx_bck, &tr_state->color_mat);
gf_cmx_copy       331 src/compositor/mpeg4_grouping_2d.c 		gf_cmx_copy(&tr_state->color_mat, &gf_cmx_bck);
gf_cmx_copy       439 src/compositor/visual_manager_2d_draw.c 	if (ctx->col_mat) gf_cmx_copy(&tr_state->color_mat, ctx->col_mat);//
gf_cmx_copy      1758 src/utils/color.c 		gf_cmx_copy(_this, w);