Searched refs:a_weight (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-fonts.c763 * @a_weight: the #CRFontWeight to consider.
765 * Returns a font weight bolder than @a_weight
768 cr_font_weight_get_bolder (enum CRFontWeight a_weight) argument
770 if (a_weight >= NB_FONT_WEIGHTS) {
772 } else if (a_weight < FONT_WEIGHT_NORMAL) {
774 } else if (a_weight == FONT_WEIGHT_BOLDER
775 || a_weight == FONT_WEIGHT_BOLDER) {
779 return a_weight << 1 ;
H A Dcr-fonts.h307 cr_font_weight_get_bolder (enum CRFontWeight a_weight) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-fonts.c763 * @a_weight: the #CRFontWeight to consider.
765 * Returns a font weight bolder than @a_weight
768 cr_font_weight_get_bolder (enum CRFontWeight a_weight) argument
770 if (a_weight >= NB_FONT_WEIGHTS) {
772 } else if (a_weight < FONT_WEIGHT_NORMAL) {
774 } else if (a_weight == FONT_WEIGHT_BOLDER
775 || a_weight == FONT_WEIGHT_BOLDER) {
779 return a_weight << 1 ;
H A Dcr-fonts.h307 cr_font_weight_get_bolder (enum CRFontWeight a_weight) ;

Completed in 107 milliseconds