|
static void | form_reset (FormStack *st) |
|
static FormGroup * | form_new_group (FormStack *st) |
|
static GFINLINE FormGroup * | form_get_group (FormStack *st, u32 i) |
|
static void | fg_compute_bounds (FormGroup *fg) |
|
static void | fg_update_bounds (FormGroup *fg) |
|
static void | shin_apply (FormStack *st, u32 *group_idx, u32 count) |
|
static void | sh_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | svin_apply (FormStack *st, u32 *group_idx, u32 count) |
|
static void | sv_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | al_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | ar_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | at_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | ab_apply (FormStack *st, Fixed space, u32 *group_idx, u32 count) |
|
static void | ah_apply (FormStack *st, u32 *group_idx, u32 count) |
|
static void | av_apply (FormStack *st, u32 *group_idx, u32 count) |
|
static void | form_apply (FormStack *st, const char *constraint, u32 *group_idx, u32 count) |
|
static void | TraverseForm (GF_Node *n, void *rs, Bool is_destroy) |
|
void | compositor_init_form (GF_Compositor *compositor, GF_Node *node) |
|