Lines Matching refs:CRFontSize
334 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 (where to copy from).
386 cr_font_size_copy (CRFontSize * a_dst, CRFontSize const * a_src)
395 memcpy (a_dst, a_src, sizeof (CRFontSize));
413 * @a_this: the current instance of #CRFontSize.
419 cr_font_size_set_predefined_absolute_font_size (CRFontSize *a_this,
434 * @a_this: the current instance of #CRFontSize
440 cr_font_size_set_relative_font_size (CRFontSize *a_this,
454 * @a_this: the current instance of #CRFontSize
461 cr_font_size_set_absolute_font_size (CRFontSize *a_this,
477 * @a_this: the current instance of #CRFontSize
482 cr_font_size_set_to_inherit (CRFontSize *a_this)
494 * @a_this: the current instance of #CRFontSize.
499 cr_font_size_is_set_to_inherit (CRFontSize const *a_this)
508 * @a_this: the current instance of #CRFontSize
510 * Returns the serialized form of #CRFontSize. The returned string
514 cr_font_size_to_string (CRFontSize const * a_this)
898 cr_font_size_destroy (CRFontSize * a_font_size)