Searched refs:CRFontSize (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-fonts.h115 *Used to define the type of #CRFontSize .
120 *If the type of #CRFontSize is
122 *the CRFontSize::value.predefined_absolute
128 *If the type of #CRFontSize is
130 *the CRFontSize::value.absolute
136 *If the type of #CRFontSize is
138 *the CRFontSize::value.relative
144 *If the type of #CRFontSize is
146 *the None of the field of the CRFontSize::value enum
154 typedef struct _CRFontSize CRFontSize ; typedef in typeref:struct:_CRFontSize
[all...]
H A Dcr-fonts.c334 CRFontSize *
337 CRFontSize *result = NULL;
339 result = g_try_malloc (sizeof (CRFontSize));
344 memset (result, 0, sizeof (CRFontSize));
351 * @a_this: the current instance of #CRFontSize
356 cr_font_size_clear (CRFontSize * a_this)
364 memset (a_this, 0, sizeof (CRFontSize));
368 memset (a_this, 0, sizeof (CRFontSize));
380 * @a_dst: the destination #CRFontSize (where to copy to).
381 * @a_src: the source #CRFontSize (wher
[all...]
H A Dcr-style.h216 CRFontSize sv ;
218 CRFontSize cv ;
220 CRFontSize av ;

Completed in 25 milliseconds