GF_STENCIL_LINEAR_GRADIENT 35 modules/gdip_raster/gdip_grad.cpp case GF_STENCIL_LINEAR_GRADIENT: GF_STENCIL_LINEAR_GRADIENT 96 modules/gdip_raster/gdip_grad.cpp CHECK2_RET(GF_STENCIL_LINEAR_GRADIENT, GF_STENCIL_RADIAL_GRADIENT); GF_STENCIL_LINEAR_GRADIENT 106 modules/gdip_raster/gdip_grad.cpp CHECK_RET(GF_STENCIL_LINEAR_GRADIENT); GF_STENCIL_LINEAR_GRADIENT 355 modules/gdip_raster/gdip_rend.cpp case GF_STENCIL_LINEAR_GRADIENT: GF_STENCIL_LINEAR_GRADIENT 115 modules/soft_raster/stencil.c if ( (_this->type != GF_STENCIL_LINEAR_GRADIENT) && (_this->type != GF_STENCIL_RADIAL_GRADIENT) ) return GF_BAD_PARAM; GF_STENCIL_LINEAR_GRADIENT 128 modules/soft_raster/stencil.c if ( (_this->type != GF_STENCIL_LINEAR_GRADIENT) && (_this->type != GF_STENCIL_RADIAL_GRADIENT) ) return GF_BAD_PARAM; GF_STENCIL_LINEAR_GRADIENT 144 modules/soft_raster/stencil.c case GF_STENCIL_LINEAR_GRADIENT: GF_STENCIL_LINEAR_GRADIENT 169 modules/soft_raster/stencil.c case GF_STENCIL_LINEAR_GRADIENT: GF_STENCIL_LINEAR_GRADIENT 262 modules/soft_raster/stencil.c if (_this->type != GF_STENCIL_LINEAR_GRADIENT) return GF_BAD_PARAM; GF_STENCIL_LINEAR_GRADIENT 296 modules/soft_raster/stencil.c tmp->type = GF_STENCIL_LINEAR_GRADIENT; GF_STENCIL_LINEAR_GRADIENT 607 modules/soft_raster/surface.c case GF_STENCIL_LINEAR_GRADIENT: GF_STENCIL_LINEAR_GRADIENT 176 src/compositor/mpeg4_geometry_ils2d.c grad = raster->stencil_new(raster, GF_STENCIL_LINEAR_GRADIENT); GF_STENCIL_LINEAR_GRADIENT 112 src/compositor/mpeg4_gradients.c if (!stencil) stencil = txh->compositor->rasterizer->stencil_new(txh->compositor->rasterizer, GF_STENCIL_LINEAR_GRADIENT); GF_STENCIL_LINEAR_GRADIENT 254 src/compositor/mpeg4_gradients.c stenc = raster->stencil_new(raster, GF_STENCIL_LINEAR_GRADIENT); GF_STENCIL_LINEAR_GRADIENT 220 src/compositor/svg_paint_servers.c if (!stencil) stencil = st->txh.compositor->rasterizer->stencil_new(st->txh.compositor->rasterizer, st->linear ? GF_STENCIL_LINEAR_GRADIENT : GF_STENCIL_RADIAL_GRADIENT);