Searched refs:AF_DIGIT (Results 1 – 2 of 2) sorted by relevance
238 gstyles[gindex] |= AF_DIGIT; in af_face_globals_compute_style_coverage()253 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()279 if ( ( gstyles[idx] & ~AF_DIGIT ) == style_class->style ) in af_face_globals_compute_style_coverage()459 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
78 #define AF_DIGIT 0x80 macro