Home
last modified time | relevance | path

Searched refs:LsmMathmlSpace (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmmathmloperatordictionary.h36 LsmMathmlSpace left_space;
37 LsmMathmlSpace right_space;
44 LsmMathmlSpace min_size;
45 LsmMathmlSpace max_size;
H A Dlsmmathmltraits.c726 static LsmMathmlSpace *
727 lsm_mathml_space_copy (LsmMathmlSpace *space) in lsm_mathml_space_copy()
729 LsmMathmlSpace *copy; in lsm_mathml_space_copy()
731 copy = g_new (LsmMathmlSpace, 1); in lsm_mathml_space_copy()
732 memcpy (copy, space, sizeof (LsmMathmlSpace)); in lsm_mathml_space_copy()
753 LsmMathmlSpace *space = (LsmMathmlSpace *) abstract_trait; in lsm_mathml_space_trait_from_string()
774 LsmMathmlSpace *space = (LsmMathmlSpace *) abstract_trait; in lsm_mathml_space_trait_to_string()
803 space_list->spaces = g_new (LsmMathmlSpace, space_list->n_spaces); in lsm_mathml_space_list_trait_from_string()
837 space_list->spaces = g_new (LsmMathmlSpace, space_list->n_spaces); in lsm_mathml_space_list_trait_init()
838 …memcpy (space_list->spaces, space_list_defaut->spaces, sizeof (LsmMathmlSpace) * space_list->n_spa… in lsm_mathml_space_list_trait_init()
H A Dlsmmathmlattributes.h103 LsmMathmlSpace space;
109 const LsmMathmlSpace *default_value,
H A Dlsmmathmltraits.h86 } LsmMathmlSpace; typedef
92 LsmMathmlSpace *spaces;
H A Dlsmmathmlspaceelement.c49 static LsmMathmlSpace space = {.name = LSM_MATHML_SPACE_NAME_ERROR, in lsm_mathml_space_element_update()
92 static const LsmMathmlSpace space_default = {LSM_MATHML_SPACE_NAME_ERROR, {0.0, LSM_MATHML_UNIT_EM}…
H A Dlsmmathmlattributes.c114 const LsmMathmlSpace *default_value, in lsm_mathml_space_attribute_normalize()
117 const LsmMathmlSpace *space; in lsm_mathml_space_attribute_normalize()
H A Dlsmmathmltableelement.c37 static LsmMathmlSpace row_spacing_values[1] = {
41 static LsmMathmlSpace column_spacing_values[1] = {
47 static LsmMathmlSpace frame_spacing_values[2] = {
H A Dlsmmathmloperatorelement.c109 LsmMathmlSpace space; in lsm_mathml_operator_element_update()