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

/inkscape/src/libcroco/
H A Dcr-rgb.h76 enum CRStatus cr_rgb_set_from_rgb (CRRgb *a_this, CRRgb const *a_rgb) ;
H A Dcr-term.h164 enum CRStatus cr_term_set_rgb (CRTerm *a_this, CRRgb *a_rgb) ;
H A Dcr-token.h139 enum CRStatus cr_token_set_rgb (CRToken *a_this, CRRgb *a_rgb) ;
H A Dcr-rgb.c440 *@a_rgb: the rgb to "copy"
447 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb const * a_rgb) argument
449 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR);
451 cr_rgb_copy (a_this, a_rgb) ;
H A Dcr-token.c307 cr_token_set_rgb (CRToken * a_this, CRRgb * a_rgb) argument
313 a_this->u.rgb = a_rgb;
H A Dcr-term.c203 cr_term_set_rgb (CRTerm * a_this, CRRgb * a_rgb) argument
210 a_this->content.rgb = a_rgb;
H A Dcr-style.c1047 CRRgb *a_rgb = &a_style->rgb_props[RGB_PROP_COLOR].sv; local
1052 status = cr_rgb_set_from_term (a_rgb, a_value);

Completed in 27 milliseconds