libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | svg_11_feature |
struct | svg_12_feature |
Functions | |
void | compositor_svg_traverse_children (GF_ChildNodeItem *children, GF_TraverseState *tr_state) |
Bool | compositor_svg_is_display_off (SVGPropertiesPointers *props) |
void | compositor_svg_apply_local_transformation (GF_TraverseState *tr_state, SVGAllAttributes *atts, GF_Matrix2D *backup_matrix_2d, GF_Matrix *backup_matrix) |
void | compositor_svg_restore_parent_transformation (GF_TraverseState *tr_state, GF_Matrix2D *backup_matrix_2d, GF_Matrix *backup_matrix) |
Bool | compositor_svg_evaluate_conditional (GF_Compositor *compositor, SVGAllAttributes *atts) |
Bool | compositor_svg_traverse_base (GF_Node *node, SVGAllAttributes *atts, GF_TraverseState *tr_state, SVGPropertiesPointers *backup_props, u32 *backup_flags) |
Variables | |
static const struct svg_11_feature | svg11_features [] |
static const struct svg_12_feature | svg12_features [] |
struct svg_11_feature |
Data Fields | ||
---|---|---|
const char * | name | |
Bool | supported |
struct svg_12_feature |
Data Fields | ||
---|---|---|
const char * | name | |
Bool | supported |
void compositor_svg_traverse_children | ( | GF_ChildNodeItem * | children, |
GF_TraverseState * | tr_state | ||
) |
Bool compositor_svg_is_display_off | ( | SVGPropertiesPointers * | props | ) |
void compositor_svg_apply_local_transformation | ( | GF_TraverseState * | tr_state, |
SVGAllAttributes * | atts, | ||
GF_Matrix2D * | backup_matrix_2d, | ||
GF_Matrix * | backup_matrix | ||
) |
void compositor_svg_restore_parent_transformation | ( | GF_TraverseState * | tr_state, |
GF_Matrix2D * | backup_matrix_2d, | ||
GF_Matrix * | backup_matrix | ||
) |
Bool compositor_svg_evaluate_conditional | ( | GF_Compositor * | compositor, |
SVGAllAttributes * | atts | ||
) |
Bool compositor_svg_traverse_base | ( | GF_Node * | node, |
SVGAllAttributes * | atts, | ||
GF_TraverseState * | tr_state, | ||
SVGPropertiesPointers * | backup_props, | ||
u32 * | backup_flags | ||
) |
|
static |
|
static |