Searched refs:gf_evg_stencil_new (Results 1 – 22 of 22) sorted by relevance
112 if (!stencil) stencil = gf_evg_stencil_new(GF_STENCIL_LINEAR_GRADIENT); in UpdateLinearGradient()195 texture2D = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in BuildLinearGradientTexture()253 stenc = gf_evg_stencil_new(GF_STENCIL_LINEAR_GRADIENT); in BuildLinearGradientTexture()387 texture2D = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in BuildRadialGradientTexture()447 stenc = gf_evg_stencil_new(GF_STENCIL_RADIAL_GRADIENT); in BuildRadialGradientTexture()557 if (!stencil) stencil = gf_evg_stencil_new(GF_STENCIL_RADIAL_GRADIENT); in UpdateRadialGradient()
176 grad = gf_evg_stencil_new(GF_STENCIL_LINEAR_GRADIENT); in ILS2D_Draw()200 grad = gf_evg_stencil_new(GF_STENCIL_VERTEX_GRADIENT); in ILS2D_Draw()
56 tmp->raster_brush = gf_evg_stencil_new(GF_STENCIL_SOLID); in visual_new()
220 …if (!stencil) stencil = gf_evg_stencil_new(st->linear ? GF_STENCIL_LINEAR_GRADIENT : GF_STENCIL_RA… in svg_gradient_traverse()371 texture2D = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in compositor_svg_build_gradient_texture()
248 grad = gf_evg_stencil_new(GF_STENCIL_VERTEX_GRADIENT); in IFS2D_Draw()
724 if (!stencil) stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in span_setup_texture()745 brush = gf_evg_stencil_new(GF_STENCIL_SOLID); in span_setup_texture()
425 stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in composite_update()
749 txh->tx_io->tx_raster = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in gf_sc_texture_push_image()
143 GF_EVGStencil *gf_evg_stencil_new(GF_StencilType type);
4556 GF_EVGStencil *stencil = gf_evg_stencil_new(type); in stencil_constructor()4868 tx_hsv->stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in texture_convert()4955 tx_split->stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in texture_split()5075 tx_conv->stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in texture_convolution()5341 tx->stencil = gf_evg_stencil_new(GF_STENCIL_TEXTURE); in texture_constructor()
165 GF_EVGStencil * gf_evg_stencil_new(GF_StencilType type) in gf_evg_stencil_new() function