• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/

Lines Matching refs:CRRgb

31 static CRRgb gv_standard_colors[] = {
185 *The default constructor of #CRRgb.
187 *Returns the newly built instance of #CRRgb
189 CRRgb *
192 CRRgb *result = NULL;
194 result = g_try_malloc (sizeof (CRRgb));
201 memset (result, 0, sizeof (CRRgb));
214 *A constructor of #CRRgb.
216 *Returns the newly built instance of #CRRgb.
218 CRRgb *
222 CRRgb *result = NULL;
238 *@a_this: the instance of #CRRgb to serialize.
246 cr_rgb_to_string (CRRgb * a_this)
285 *the current instance of #CRRgb.
288 *Dumps the current instance of #CRRgb
292 cr_rgb_dump (CRRgb * a_this, FILE * a_fp)
309 *@a_this: the current instance of #CRRgb
317 cr_rgb_compute_from_percentage (CRRgb * a_this)
332 *@a_this: the current instance of #CRRgb.
343 cr_rgb_set (CRRgb * a_this, gulong a_red,
365 *@a_this: the current instance of #CRRgb
374 cr_rgb_set_to_inherit (CRRgb *a_this, gboolean a_inherit)
386 * @a_this: the current instance of #CRRgb.
391 cr_rgb_is_set_to_inherit (CRRgb *a_this)
401 *#CRRgb
410 cr_rgb_is_set_to_transparent (CRRgb *a_this)
419 *@a_this: the current instance of #CRRgb
426 cr_rgb_set_to_transparent (CRRgb *a_this,
436 *@a_this: the current instance of #CRRgb.
444 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb * a_rgb)
455 * @a_this: the current instance of #CRRgb
461 cr_rgb_set_from_name (CRRgb * a_this, const guchar * a_color_name)
485 * @a_this: the current instance of #CRRgb
491 cr_rgb_set_from_hex_str (CRRgb * a_this, const guchar * a_hex)
546 *@a_this: the instance of #CRRgb to set
554 cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value)
605 cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src)
610 memcpy (a_dest, a_src, sizeof (CRRgb)) ;
617 *current instance of #CRRgb.
619 *Destructor of #CRRgb.
622 cr_rgb_destroy (CRRgb * a_this)
637 CRRgb *
644 CRRgb *result = NULL;