![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for svg_paint_servers.c:Data Structures | |
| struct | SVG_GradientStack |
| struct | GF_SolidColorStack |
Macros | |
| #define | GRAD_TEXTURE_SIZE 128 |
| #define | GRAD_TEXTURE_HSIZE 64 |
Enumerations | |
| enum | { GF_SR_TEXTURE_GRAD_REGISTERED = 1<<6 , GF_SR_TEXTURE_GRAD_NO_RGB = 1<<7 } |
| struct SVG_GradientStack |
| #define GRAD_TEXTURE_SIZE 128 |
| #define GRAD_TEXTURE_HSIZE 64 |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_svg_build_gradient_texture | ( | GF_TextureHandler * | txh | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_init_svg_linearGradient | ( | GF_Compositor * | compositor, |
| GF_Node * | node | ||
| ) |
!! Gradients are textures but are not registered as textures with the compositor in order to avoid updating too many textures each frame - gradients are only registered with the compositor when they are used in OpenGL, in order to release associated HW resource when no longer used
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_init_svg_radialGradient | ( | GF_Compositor * | compositor, |
| GF_Node * | node | ||
| ) |
!! Gradients are textures but are not registered as textures with the compositor in order to avoid updating too many textures each frame - gradients are only registered with the compositor when they are used in OpenGL, in order to release associated HW resource when no longer used
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_init_svg_solidColor | ( | GF_Compositor * | compositor, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_init_svg_stop | ( | GF_Compositor * | compositor, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TextureHandler * compositor_svg_get_gradient_texture | ( | GF_Node * | node | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void compositor_init_svg_clip_path | ( | GF_Compositor * | compositor, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: