GF_ColorMatrix 168 include/gpac/color.h void gf_cmx_init(GF_ColorMatrix *_this); GF_ColorMatrix 173 include/gpac/color.h void gf_cmx_set_all(GF_ColorMatrix *_this, Fixed *coefs); GF_ColorMatrix 197 include/gpac/color.h void gf_cmx_set(GF_ColorMatrix *_this, GF_ColorMatrix 206 include/gpac/color.h void gf_cmx_copy(GF_ColorMatrix *_this, GF_ColorMatrix *from); GF_ColorMatrix 213 include/gpac/color.h void gf_cmx_multiply(GF_ColorMatrix *_this, GF_ColorMatrix *with); GF_ColorMatrix 221 include/gpac/color.h GF_Color gf_cmx_apply(GF_ColorMatrix *_this, GF_Color col); GF_ColorMatrix 231 include/gpac/color.h void gf_cmx_apply_fixed(GF_ColorMatrix *_this, Fixed *a, Fixed *r, Fixed *g, Fixed *b); GF_ColorMatrix 263 include/gpac/color.h GF_Err gf_stretch_bits(GF_VideoSurface *dst, GF_VideoSurface *src, GF_Window *dst_wnd, GF_Window *src_wnd, u8 alpha, Bool flip, GF_ColorKey *colorKey, GF_ColorMatrix * cmat); GF_ColorMatrix 843 include/gpac/internal/compositor_dev.h GF_ColorMatrix color_mat; GF_ColorMatrix 60 include/gpac/internal/swf_dev.h GF_ColorMatrix cmat; GF_ColorMatrix 128 include/gpac/internal/swf_dev.h GF_Err (*place_obj)(SWFReader *read, u32 depth, u32 ID, u32 prev_id, u32 type, GF_Matrix2D *mat, GF_ColorMatrix *cmat, GF_Matrix2D *prev_mat, GF_ColorMatrix *prev_cmat); GF_ColorMatrix 354 include/gpac/internal/swf_dev.h GF_ColorMatrix cmx; GF_ColorMatrix 199 include/gpac/modules/raster2d.h GF_Err (*stencil_set_color_matrix) (GF_STENCIL _this, GF_ColorMatrix *cmat); GF_ColorMatrix 80 modules/gdip_raster/gdip_priv.h GFINLINE void cmat_gpac_to_gdip(GF_ColorMatrix *mat, ColorMatrix *matrix) GF_ColorMatrix 219 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_color_matrix(GF_STENCIL _this, GF_ColorMatrix *cmat) GF_ColorMatrix 227 modules/gdip_raster/gdip_texture.cpp GF_ColorMatrix fin, rev; GF_ColorMatrix 228 modules/gdip_raster/gdip_texture.cpp memcpy(&fin, cmat, sizeof(GF_ColorMatrix)); GF_ColorMatrix 229 modules/gdip_raster/gdip_texture.cpp memset(&rev, 0, sizeof(GF_ColorMatrix)); GF_ColorMatrix 56 modules/soft_raster/rast_soft.h GF_ColorMatrix cmat; \ GF_ColorMatrix 283 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_color_matrix(GF_STENCIL st, GF_ColorMatrix *cmat); GF_ColorMatrix 876 modules/soft_raster/stencil.c GF_Err evg_stencil_set_color_matrix(GF_STENCIL st, GF_ColorMatrix *cmat) GF_ColorMatrix 762 src/compositor/drawable.c GF_SAFEALLOC(ctx->col_mat, GF_ColorMatrix); GF_ColorMatrix 1520 src/compositor/drawable.c GF_SAFEALLOC(ctx->col_mat, GF_ColorMatrix); GF_ColorMatrix 255 src/compositor/drawable.h GF_ColorMatrix *col_mat; GF_ColorMatrix 278 src/compositor/mpeg4_grouping_2d.c GF_ColorMatrix cmat; GF_ColorMatrix 324 src/compositor/mpeg4_grouping_2d.c GF_ColorMatrix gf_cmx_bck; GF_ColorMatrix 290 src/compositor/visual_manager_2d_draw.c GF_ColorMatrix cmat; GF_ColorMatrix 758 src/compositor/visual_manager_3d.c if (!tr_state->color_mat.identity) memcpy(&ctx->color_mat, &tr_state->color_mat, sizeof(GF_ColorMatrix)); GF_ColorMatrix 836 src/compositor/visual_manager_3d.c if (!tr_state->color_mat.identity) memcpy(&tr_state->color_mat, &ctx->color_mat, sizeof(GF_ColorMatrix)); GF_ColorMatrix 141 src/compositor/visual_manager_3d.h GF_ColorMatrix color_mat; GF_ColorMatrix 108 src/scene_manager/swf_bifs.c static GF_Node *s2b_get_color_matrix(SWFReader *read, GF_ColorMatrix *cmat) GF_ColorMatrix 1511 src/scene_manager/swf_bifs.c static GF_Node *s2b_wrap_node(SWFReader *read, GF_Node *node, GF_Matrix2D *mat, GF_ColorMatrix *cmat) GF_ColorMatrix 1662 src/scene_manager/swf_bifs.c static GF_Err swf_bifs_place_obj(SWFReader *read, u32 depth, u32 ID, u32 prev_id, u32 type, GF_Matrix2D *mat, GF_ColorMatrix *cmat, GF_Matrix2D *prev_mat, GF_ColorMatrix *prev_cmat) GF_ColorMatrix 290 src/scene_manager/swf_parse.c static void swf_get_colormatrix(SWFReader *read, GF_ColorMatrix *cmat) GF_ColorMatrix 294 src/scene_manager/swf_parse.c memset(cmat, 0, sizeof(GF_ColorMatrix)); GF_ColorMatrix 1066 src/scene_manager/swf_parse.c memset(&tmp->cmat, 0, sizeof(GF_ColorMatrix)); GF_ColorMatrix 1251 src/scene_manager/swf_parse.c GF_ColorMatrix cmat; GF_ColorMatrix 1365 src/scene_manager/swf_parse.c memcpy(&cmat, &ds->cmat, sizeof(GF_ColorMatrix)); GF_ColorMatrix 1385 src/scene_manager/swf_parse.c memcpy(&ds->cmat, &cmat, sizeof(GF_ColorMatrix)); GF_ColorMatrix 387 src/scene_manager/swf_svg.c static GF_Err swf_svg_place_obj(SWFReader *read, u32 depth, u32 ID, u32 prev_id, u32 type, GF_Matrix2D *mat, GF_ColorMatrix *cmat, GF_Matrix2D *prev_mat, GF_ColorMatrix *prev_cmat) GF_ColorMatrix 1301 src/utils/color.c static void gf_cmx_apply_argb(GF_ColorMatrix *_this, u8 *a_, u8 *r_, u8 *g_, u8 *b_); GF_ColorMatrix 1306 src/utils/color.c GF_Err gf_stretch_bits(GF_VideoSurface *dst, GF_VideoSurface *src, GF_Window *dst_wnd, GF_Window *src_wnd, u8 alpha, Bool flip, GF_ColorKey *key, GF_ColorMatrix *cmat) GF_ColorMatrix 1690 src/utils/color.c void gf_cmx_init(GF_ColorMatrix *_this) GF_ColorMatrix 1699 src/utils/color.c static void gf_cmx_identity(GF_ColorMatrix *_this) GF_ColorMatrix 1701 src/utils/color.c GF_ColorMatrix mat; GF_ColorMatrix 1707 src/utils/color.c void gf_cmx_set_all(GF_ColorMatrix *_this, Fixed *coefs) GF_ColorMatrix 1713 src/utils/color.c void gf_cmx_set(GF_ColorMatrix *_this, GF_ColorMatrix 1744 src/utils/color.c void gf_cmx_copy(GF_ColorMatrix *_this, GF_ColorMatrix *from) GF_ColorMatrix 1753 src/utils/color.c void gf_cmx_multiply(GF_ColorMatrix *_this, GF_ColorMatrix *w) GF_ColorMatrix 1791 src/utils/color.c static void gf_cmx_apply_argb(GF_ColorMatrix *_this, u8 *a_, u8 *r_, u8 *g_, u8 *b_) GF_ColorMatrix 1817 src/utils/color.c GF_Color gf_cmx_apply(GF_ColorMatrix *_this, GF_Color col) GF_ColorMatrix 1842 src/utils/color.c void gf_cmx_apply_fixed(GF_ColorMatrix *_this, Fixed *a, Fixed *r, Fixed *g, Fixed *b)