gf_cmx_apply 221 include/gpac/color.h GF_Color gf_cmx_apply(GF_ColorMatrix *_this, GF_Color col); gf_cmx_apply 250 modules/soft_raster/stencil.c if (has_cmat) col = gf_cmx_apply(&p->cmat, col); gf_cmx_apply 338 modules/soft_raster/stencil.c if (has_cmat) col = gf_cmx_apply(&p->cmat, col); gf_cmx_apply 617 modules/soft_raster/stencil.c pix = gf_cmx_apply(&_this->cmat, pix); gf_cmx_apply 560 src/compositor/drawable.c asp->fill_color = gf_cmx_apply(&tr_state->color_mat, asp->fill_color); gf_cmx_apply 569 src/compositor/drawable.c asp->fill_color = gf_cmx_apply(&tr_state->color_mat, asp->fill_color); gf_cmx_apply 620 src/compositor/drawable.c asp->line_color = gf_cmx_apply(&tr_state->color_mat, asp->line_color); gf_cmx_apply 629 src/compositor/drawable.c asp->line_color = gf_cmx_apply(&tr_state->color_mat, asp->line_color); gf_cmx_apply 1368 src/compositor/drawable.c asp->fill_color = gf_cmx_apply(&tr_state->color_mat, asp->fill_color); gf_cmx_apply 1426 src/compositor/drawable.c asp->line_color = gf_cmx_apply(&tr_state->color_mat, asp->line_color); gf_cmx_apply 1440 src/compositor/drawable.c asp->fill_color = gf_cmx_apply(&tr_state->color_mat, asp->fill_color); gf_cmx_apply 1441 src/compositor/drawable.c asp->line_color = gf_cmx_apply(&tr_state->color_mat, asp->line_color); gf_cmx_apply 1845 src/utils/color.c col = gf_cmx_apply(_this, col);