Searched refs:a_rgb (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-rgb.h76 enum CRStatus cr_rgb_set_from_rgb (CRRgb *a_this, CRRgb *a_rgb) ;
H A Dcr-term.h164 enum CRStatus cr_term_set_rgb (CRTerm *a_this, CRRgb *a_rgb) ;
H A Dcr-rgb.c437 *@a_rgb: the rgb to "copy"
444 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb * a_rgb) argument
446 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR);
448 cr_rgb_copy (a_this, a_rgb) ;
H A Dcr-token.h139 enum CRStatus cr_token_set_rgb (CRToken *a_this, CRRgb *a_rgb) ;
H A Dcr-token.c308 cr_token_set_rgb (CRToken * a_this, CRRgb * a_rgb) argument
314 a_this->u.rgb = a_rgb;
H A Dcr-term.c204 cr_term_set_rgb (CRTerm * a_this, CRRgb * a_rgb) argument
211 a_this->content.rgb = a_rgb;
H A Dcr-style.c1050 CRRgb *a_rgb = &a_style->rgb_props[RGB_PROP_COLOR].sv; local
1055 status = cr_rgb_set_from_term (a_rgb, a_value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-rgb.h76 enum CRStatus cr_rgb_set_from_rgb (CRRgb *a_this, CRRgb *a_rgb) ;
H A Dcr-term.h164 enum CRStatus cr_term_set_rgb (CRTerm *a_this, CRRgb *a_rgb) ;
H A Dcr-rgb.c437 *@a_rgb: the rgb to "copy"
444 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb * a_rgb) argument
446 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR);
448 cr_rgb_copy (a_this, a_rgb) ;
H A Dcr-token.h139 enum CRStatus cr_token_set_rgb (CRToken *a_this, CRRgb *a_rgb) ;
H A Dcr-token.c308 cr_token_set_rgb (CRToken * a_this, CRRgb * a_rgb) argument
314 a_this->u.rgb = a_rgb;
H A Dcr-term.c204 cr_term_set_rgb (CRTerm * a_this, CRRgb * a_rgb) argument
211 a_this->content.rgb = a_rgb;
H A Dcr-style.c1050 CRRgb *a_rgb = &a_style->rgb_props[RGB_PROP_COLOR].sv; local
1055 status = cr_rgb_set_from_term (a_rgb, a_value);

Completed in 119 milliseconds