Searched refs:CRFontSizeAdjust (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-fonts.h170 typedef struct _CRFontSizeAdjust CRFontSizeAdjust ; typedef in typeref:struct:_CRFontSizeAdjust
283 CRFontSizeAdjust * cr_font_size_adjust_new (void) ;
285 gchar * cr_font_size_adjust_to_string (CRFontSizeAdjust *a_this) ;
287 void cr_font_size_adjust_destroy (CRFontSizeAdjust *a_this) ;
H A Dcr-fonts.c672 * @a_this: the instance of #CRFontSizeAdjust.
674 * Returns the serialized form of #CRFontSizeAdjust
677 cr_font_size_adjust_to_string (CRFontSizeAdjust * a_this)
916 * Returns a newly built instance of #CRFontSizeAdjust
918 CRFontSizeAdjust *
921 CRFontSizeAdjust *result = NULL;
923 result = g_try_malloc (sizeof (CRFontSizeAdjust));
928 memset (result, 0, sizeof (CRFontSizeAdjust));
935 * @a_this: the current instance of #CRFontSizeAdjust.
939 cr_font_size_adjust_destroy (CRFontSizeAdjust * a_thi
[all...]
H A Dcr-style.h269 CRFontSizeAdjust *font_size_adjust ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-fonts.h170 typedef struct _CRFontSizeAdjust CRFontSizeAdjust ; typedef in typeref:struct:_CRFontSizeAdjust
283 CRFontSizeAdjust * cr_font_size_adjust_new (void) ;
285 gchar * cr_font_size_adjust_to_string (CRFontSizeAdjust *a_this) ;
287 void cr_font_size_adjust_destroy (CRFontSizeAdjust *a_this) ;
H A Dcr-fonts.c672 * @a_this: the instance of #CRFontSizeAdjust.
674 * Returns the serialized form of #CRFontSizeAdjust
677 cr_font_size_adjust_to_string (CRFontSizeAdjust * a_this)
916 * Returns a newly built instance of #CRFontSizeAdjust
918 CRFontSizeAdjust *
921 CRFontSizeAdjust *result = NULL;
923 result = g_try_malloc (sizeof (CRFontSizeAdjust));
928 memset (result, 0, sizeof (CRFontSizeAdjust));
935 * @a_this: the current instance of #CRFontSizeAdjust.
939 cr_font_size_adjust_destroy (CRFontSizeAdjust * a_thi
[all...]
H A Dcr-style.h269 CRFontSizeAdjust *font_size_adjust ;

Completed in 142 milliseconds