Searched refs:a_is_percentage (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-rgb.h55 gulong a_blue, gboolean a_is_percentage) ;
64 gboolean a_is_percentage) ;
H A Dcr-rgb.c223 gulong a_blue, gboolean a_is_percentage)
234 result->is_percentage = a_is_percentage;
347 gulong a_green, gulong a_blue, gboolean a_is_percentage)
350 if (a_is_percentage != FALSE) {
356 a_this->is_percentage = a_is_percentage;
222 cr_rgb_new_with_vals(gulong a_red, gulong a_green, gulong a_blue, gboolean a_is_percentage) argument
346 cr_rgb_set(CRRgb * a_this, gulong a_red, gulong a_green, gulong a_blue, gboolean a_is_percentage) argument

Completed in 15 milliseconds