GF_STENCIL        143 include/gpac/modules/raster2d.h 	GF_STENCIL (*stencil_new) (struct _raster2d_interface *, GF_StencilType type);
GF_STENCIL        145 include/gpac/modules/raster2d.h 	void (*stencil_delete) (GF_STENCIL _this);
GF_STENCIL        147 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_matrix) (GF_STENCIL _this, GF_Matrix2D *mat);
GF_STENCIL        149 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_brush_color) (GF_STENCIL _this, GF_Color c);
GF_STENCIL        153 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_gradient_mode) (GF_STENCIL _this, GF_GradientMode mode);
GF_STENCIL        155 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_linear_gradient) (GF_STENCIL _this, Fixed start_x, Fixed start_y, Fixed end_x, Fixed end_y);
GF_STENCIL        157 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_radial_gradient) (GF_STENCIL _this, Fixed cx, Fixed cy, Fixed fx, Fixed fy, Fixed x_radius, Fixed y_radius);
GF_STENCIL        165 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_gradient_interpolation) (GF_STENCIL _this, Fixed *pos, GF_Color *col, u32 count);
GF_STENCIL        168 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_vertex_path) (GF_STENCIL _this, GF_Path *path);
GF_STENCIL        170 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_vertex_center) (GF_STENCIL _this, Fixed cx, Fixed cy, u32 color);
GF_STENCIL        172 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_vertex_colors) (GF_STENCIL _this, u32 *colors, u32 nbCol);
GF_STENCIL        176 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_alpha) (GF_STENCIL _this, u8 alpha);
GF_STENCIL        190 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_texture) (GF_STENCIL _this, char *pixels, u32 width, u32 height, u32 stride, GF_PixelFormat pixelFormat, GF_PixelFormat destination_format_hint, Bool no_copy);
GF_STENCIL        192 include/gpac/modules/raster2d.h 	void (*stencil_texture_modified) (GF_STENCIL _this);
GF_STENCIL        195 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_tiling) (GF_STENCIL _this, GF_TextureTiling mode);
GF_STENCIL        197 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_filter) (GF_STENCIL _this, GF_TextureFilter filter_mode);
GF_STENCIL        199 include/gpac/modules/raster2d.h 	GF_Err (*stencil_set_color_matrix) (GF_STENCIL _this, GF_ColorMatrix *cmat);
GF_STENCIL        211 include/gpac/modules/raster2d.h 	GF_Err (*surface_attach_to_texture) (GF_SURFACE _this, GF_STENCIL sten);
GF_STENCIL        241 include/gpac/modules/raster2d.h 	GF_Err (*surface_fill) (GF_SURFACE _this, GF_STENCIL stencil);
GF_STENCIL         29 modules/gdip_raster/gdip_grad.cpp GF_STENCIL gdip_new_stencil(GF_Raster2D *, GF_StencilType type)
GF_STENCIL         46 modules/gdip_raster/gdip_grad.cpp 	return (GF_STENCIL) sten;
GF_STENCIL         50 modules/gdip_raster/gdip_grad.cpp void gdip_delete_stencil(GF_STENCIL _this)
GF_STENCIL         69 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_stencil_set_matrix(GF_STENCIL _this, GF_Matrix2D *mat)
GF_STENCIL         79 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_brush_color(GF_STENCIL _this, GF_Color c)
GF_STENCIL         93 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_gradient_mode(GF_STENCIL _this, GF_GradientMode mode)
GF_STENCIL        103 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_linear_gradient (GF_STENCIL _this, Fixed start_x, Fixed start_y, Fixed end_x, Fixed end_y)
GF_STENCIL        121 modules/gdip_raster/gdip_grad.cpp void gdip_recompute_line_gradient(GF_STENCIL _this)
GF_STENCIL        184 modules/gdip_raster/gdip_grad.cpp void gdip_recompute_radial_gradient(GF_STENCIL _this)
GF_STENCIL        315 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_radial_gradient(GF_STENCIL _this, Fixed cx, Fixed cy, Fixed fx, Fixed fy, Fixed x_radius, Fixed y_radius)
GF_STENCIL        332 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_gradient_interpolation(GF_STENCIL _this, Fixed *pos, GF_Color *col, u32 count)
GF_STENCIL        352 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_vertex_path(GF_STENCIL _this, GF_Path *path)
GF_STENCIL        365 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_vertex_center (GF_STENCIL _this, Fixed cx, Fixed cy, u32 color)
GF_STENCIL        381 modules/gdip_raster/gdip_grad.cpp GF_Err gdip_set_vertex_colors (GF_STENCIL _this, u32 *colors, u32 nbCol)
GF_STENCIL        173 modules/gdip_raster/gdip_priv.h void gdip_recompute_line_gradient(GF_STENCIL _this);
GF_STENCIL        174 modules/gdip_raster/gdip_priv.h void gdip_recompute_radial_gradient(GF_STENCIL _this);
GF_STENCIL        163 modules/gdip_raster/gdip_rend.cpp GF_Err gdip_attach_surface_to_texture(GF_SURFACE _this, GF_STENCIL sten)
GF_STENCIL        332 modules/gdip_raster/gdip_rend.cpp GF_Err gdip_surface_fill(GF_SURFACE _this, GF_STENCIL stencil)
GF_STENCIL         33 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_texture(GF_STENCIL _this, char *pixels, u32 width, u32 height, u32 stride, GF_PixelFormat pixelFormat, GF_PixelFormat destination_format_hint, Bool no_copy)
GF_STENCIL        201 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_texture_repeat_mode(GF_STENCIL _this, GF_TextureTiling mode)
GF_STENCIL        209 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_sr_texture_filter(GF_STENCIL _this, GF_TextureFilter filter_mode)
GF_STENCIL        219 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_color_matrix(GF_STENCIL _this, GF_ColorMatrix *cmat)
GF_STENCIL        247 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_alpha(GF_STENCIL _this, u8 alpha)
GF_STENCIL        260 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_get_pixel(GF_STENCIL _this, u32 x, u32 y, u32 *col)
GF_STENCIL        281 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_set_pixel(GF_STENCIL _this, u32 x, u32 y, u32 col)
GF_STENCIL        300 modules/gdip_raster/gdip_texture.cpp GF_Err gdip_get_texture(GF_STENCIL _this, unsigned char **pixels, u32 *width, u32 *height, u32 *stride, GF_PixelFormat *pixelFormat)
GF_STENCIL        339 modules/gdip_raster/gdip_texture.cpp void gdip_texture_modified(GF_STENCIL _this)
GF_STENCIL        268 modules/soft_raster/rast_soft.h GF_STENCIL evg_stencil_new(GF_Raster2D *, GF_StencilType type);
GF_STENCIL        269 modules/soft_raster/rast_soft.h void evg_stencil_delete(GF_STENCIL st);
GF_STENCIL        270 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_matrix(GF_STENCIL st, GF_Matrix2D *mx);
GF_STENCIL        271 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_brush_color(GF_STENCIL st, GF_Color c);
GF_STENCIL        272 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_linear_gradient(GF_STENCIL st, Fixed start_x, Fixed start_y, Fixed end_x, Fixed end_y);
GF_STENCIL        273 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_radial_gradient(GF_STENCIL st, Fixed cx, Fixed cy, Fixed fx, Fixed fy, Fixed x_radius, Fixed y_radius);
GF_STENCIL        274 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_gradient_interpolation(GF_STENCIL p, Fixed *pos, GF_Color *col, u32 count);
GF_STENCIL        275 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_gradient_mode(GF_STENCIL p, GF_GradientMode mode);
GF_STENCIL        277 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_alpha(GF_STENCIL st, u8 alpha);
GF_STENCIL        280 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_texture(GF_STENCIL st, char *pixels, u32 width, u32 height, u32 stride, GF_PixelFormat pixelFormat, GF_PixelFormat destination_format_hint, Bool no_copy);
GF_STENCIL        281 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_tiling(GF_STENCIL st, GF_TextureTiling mode);
GF_STENCIL        282 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_filter(GF_STENCIL st, GF_TextureFilter filter_mode);
GF_STENCIL        283 modules/soft_raster/rast_soft.h GF_Err evg_stencil_set_color_matrix(GF_STENCIL st, GF_ColorMatrix *cmat);
GF_STENCIL        291 modules/soft_raster/rast_soft.h GF_Err evg_surface_attach_to_texture(GF_SURFACE _this, GF_STENCIL sten);
GF_STENCIL        298 modules/soft_raster/rast_soft.h GF_Err evg_surface_fill(GF_SURFACE surf, GF_STENCIL stencil);
GF_STENCIL        112 modules/soft_raster/stencil.c GF_Err evg_stencil_set_gradient_interpolation(GF_STENCIL p, Fixed *pos, GF_Color *col, u32 count)
GF_STENCIL        125 modules/soft_raster/stencil.c GF_Err evg_stencil_set_gradient_mode(GF_STENCIL p, GF_GradientMode mode)
GF_STENCIL        137 modules/soft_raster/stencil.c GF_STENCIL evg_stencil_new(GF_Raster2D *_dr, GF_StencilType type)
GF_STENCIL        164 modules/soft_raster/stencil.c void evg_stencil_delete(GF_STENCIL st)
GF_STENCIL        186 modules/soft_raster/stencil.c GF_Err evg_stencil_set_matrix(GF_STENCIL st, GF_Matrix2D *mx)
GF_STENCIL        214 modules/soft_raster/stencil.c GF_Err evg_stencil_set_brush_color(GF_STENCIL st, GF_Color c)
GF_STENCIL        256 modules/soft_raster/stencil.c GF_Err evg_stencil_set_linear_gradient(GF_STENCIL st, Fixed start_x, Fixed start_y, Fixed end_x, Fixed end_y)
GF_STENCIL        385 modules/soft_raster/stencil.c GF_Err evg_stencil_set_radial_gradient(GF_STENCIL st, Fixed cx, Fixed cy, Fixed fx, Fixed fy, Fixed x_radius, Fixed y_radius)
GF_STENCIL        804 modules/soft_raster/stencil.c GF_Err evg_stencil_set_texture(GF_STENCIL st, char *pixels, u32 width, u32 height, u32 stride, GF_PixelFormat pixelFormat, GF_PixelFormat destination_format_hint, Bool no_copy)
GF_STENCIL        860 modules/soft_raster/stencil.c GF_Err evg_stencil_set_tiling(GF_STENCIL st, GF_TextureTiling mode)
GF_STENCIL        868 modules/soft_raster/stencil.c GF_Err evg_stencil_set_filter(GF_STENCIL st, GF_TextureFilter filter_mode)
GF_STENCIL        876 modules/soft_raster/stencil.c GF_Err evg_stencil_set_color_matrix(GF_STENCIL st, GF_ColorMatrix *cmat)
GF_STENCIL        885 modules/soft_raster/stencil.c GF_Err evg_stencil_set_alpha(GF_STENCIL st, u8 alpha)
GF_STENCIL        154 modules/soft_raster/surface.c GF_Err evg_surface_attach_to_texture(GF_SURFACE _this, GF_STENCIL sten)
GF_STENCIL        556 modules/soft_raster/surface.c GF_Err evg_surface_fill(GF_SURFACE _this, GF_STENCIL stencil)
GF_STENCIL        674 src/compositor/font_engine.c 	GF_STENCIL stencil, brush;
GF_STENCIL        252 src/compositor/mpeg4_composite.c 	GF_STENCIL stencil;
GF_STENCIL        589 src/compositor/mpeg4_composite.c 		GF_STENCIL stencil;
GF_STENCIL         85 src/compositor/mpeg4_geometry_ifs2d.c 	GF_STENCIL grad;
GF_STENCIL         83 src/compositor/mpeg4_geometry_ils2d.c 	GF_STENCIL grad;
GF_STENCIL         95 src/compositor/mpeg4_gradients.c 	GF_STENCIL stencil;
GF_STENCIL        135 src/compositor/mpeg4_gradients.c 	GF_STENCIL stencil;
GF_STENCIL        168 src/compositor/mpeg4_gradients.c 	GF_STENCIL stenc;
GF_STENCIL        170 src/compositor/mpeg4_gradients.c 	GF_STENCIL texture2D;
GF_STENCIL        364 src/compositor/mpeg4_gradients.c 	GF_STENCIL stenc;
GF_STENCIL        366 src/compositor/mpeg4_gradients.c 	GF_STENCIL texture2D;
GF_STENCIL        541 src/compositor/mpeg4_gradients.c 	GF_STENCIL stencil;
GF_STENCIL        586 src/compositor/mpeg4_gradients.c 	GF_STENCIL stencil;
GF_STENCIL        136 src/compositor/mpeg4_layer_3d.c 	GF_STENCIL stencil;
GF_STENCIL        112 src/compositor/svg_paint_servers.c 	GF_STENCIL stencil;
GF_STENCIL        344 src/compositor/svg_paint_servers.c 	GF_STENCIL stencil;
GF_STENCIL        346 src/compositor/svg_paint_servers.c 	GF_STENCIL texture2D;
GF_STENCIL        498 src/compositor/svg_paint_servers.c 	GF_STENCIL stencil;
GF_STENCIL        604 src/compositor/svg_paint_servers.c 	GF_STENCIL stencil;
GF_STENCIL         52 src/compositor/texturing.h GF_STENCIL gf_sc_texture_get_stencil(GF_TextureHandler *hdl);
GF_STENCIL         54 src/compositor/texturing.h void gf_sc_texture_set_stencil(GF_TextureHandler *hdl, GF_STENCIL stencil);
GF_STENCIL         74 src/compositor/texturing_gl.c 	GF_STENCIL tx_raster;
GF_STENCIL       2071 src/compositor/texturing_gl.c GF_STENCIL gf_sc_texture_get_stencil(GF_TextureHandler *txh)
GF_STENCIL       2076 src/compositor/texturing_gl.c void gf_sc_texture_set_stencil(GF_TextureHandler *txh, GF_STENCIL stencil)
GF_STENCIL        145 src/compositor/visual_manager.h 	GF_STENCIL raster_brush;
GF_STENCIL        116 src/compositor/visual_manager_2d.h void visual_2d_draw_path(GF_VisualManager *visual, GF_Path *path, DrawableContext *ctx, GF_STENCIL brush, GF_STENCIL pen, GF_TraverseState *tr_state);
GF_STENCIL        126 src/compositor/visual_manager_2d.h void visual_2d_draw_path_extended(GF_VisualManager *visual, GF_Path *path, DrawableContext *ctx, GF_STENCIL brush, GF_STENCIL pen, GF_TraverseState *tr_state, GF_Rect *orig_bounds, GF_Matrix2D *ext_mx, Bool is_erase);
GF_STENCIL         94 src/compositor/visual_manager_2d_draw.c static void visual_2d_fill_path(GF_VisualManager *visual, DrawableContext *ctx, GF_STENCIL stencil, GF_TraverseState *tr_state, Bool is_erase)
GF_STENCIL        231 src/compositor/visual_manager_2d_draw.c 	GF_STENCIL stencil;
GF_STENCIL        285 src/compositor/visual_manager_2d_draw.c 	GF_STENCIL stencil;
GF_STENCIL        478 src/compositor/visual_manager_2d_draw.c 	GF_STENCIL tx_raster;
GF_STENCIL        631 src/compositor/visual_manager_2d_draw.c void visual_2d_draw_path_extended(GF_VisualManager *visual, GF_Path *path, DrawableContext *ctx, GF_STENCIL brush, GF_STENCIL pen, GF_TraverseState *tr_state, GF_Rect *orig_bounds, GF_Matrix2D *ext_mx, Bool is_erase)
GF_STENCIL        717 src/compositor/visual_manager_2d_draw.c void visual_2d_draw_path(GF_VisualManager *visual, GF_Path *path, DrawableContext *ctx, GF_STENCIL brush, GF_STENCIL pen, GF_TraverseState *tr_state)