Searched refs:a_code (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-fonts.c93 a_code)
97 switch (a_code) {
126 cr_relative_font_size_to_string (enum CRRelativeFontSize a_code) argument
130 switch (a_code) {
698 * @a_code: the current instance of #CRFontStyle .
704 cr_font_style_to_string (enum CRFontStyle a_code) argument
708 switch (a_code) {
730 * @a_code: the current instance of #CRFontVariant.
736 cr_font_variant_to_string (enum CRFontVariant a_code) argument
740 switch (a_code) {
92 cr_predefined_absolute_font_size_to_string(enum CRPredefinedAbsoluteFontSize a_code) argument
786 cr_font_weight_to_string(enum CRFontWeight a_code) argument
847 cr_font_stretch_to_string(enum CRFontStretch a_code) argument
[all...]
H A Dcr-fonts.h302 const gchar * cr_font_style_to_string (enum CRFontStyle a_code) ;
304 const gchar * cr_font_weight_to_string (enum CRFontWeight a_code) ;
309 const gchar * cr_font_variant_to_string (enum CRFontVariant a_code) ;
311 const gchar * cr_font_stretch_to_string (enum CRFontStretch a_code) ;
H A Dcr-style.h285 enum CRStatus cr_style_white_space_type_to_string (enum CRWhiteSpaceType a_code,
300 enum CRStatus cr_style_display_type_to_string (enum CRDisplayType a_code,
304 enum CRStatus cr_style_position_type_to_string (enum CRPositionType a_code,
308 enum CRStatus cr_style_float_type_to_string (enum CRFloatType a_code,
H A Dcr-style.c234 static const gchar *num_prop_code_to_string (enum CRNumProp a_code);
236 static const gchar *rgb_prop_code_to_string (enum CRRgbProp a_code);
239 a_code);
320 num_prop_code_to_string (enum CRNumProp a_code) argument
324 if (a_code >= len) {
332 if (gv_num_props_dump_infos[a_code].code != a_code) {
339 return gv_num_props_dump_infos[a_code].str;
343 rgb_prop_code_to_string (enum CRRgbProp a_code) argument
348 if (a_code >
367 border_style_prop_code_to_string(enum CRBorderStyleProp a_code) argument
2483 cr_style_display_type_to_string(enum CRDisplayType a_code, GString * a_str, guint a_nb_indent) argument
2556 cr_style_position_type_to_string(enum CRPositionType a_code, GString * a_str, guint a_nb_indent) argument
2588 cr_style_float_type_to_string(enum CRFloatType a_code, GString * a_str, guint a_nb_indent) argument
2618 cr_style_white_space_type_to_string(enum CRWhiteSpaceType a_code, GString * a_str, guint a_nb_indent) argument
[all...]

Completed in 38 milliseconds