Searched refs:AF_STYLE_MASK (Results 1 – 2 of 2) sorted by relevance
196 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()207 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()225 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()236 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()283 if ( ( gstyles[nn] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()285 gstyles[nn] &= ~AF_STYLE_MASK; in af_face_globals_compute_style_coverage()309 if ( ( gstyles[idx] & AF_STYLE_MASK ) == style_class->style ) in af_face_globals_compute_style_coverage()
77 #define AF_STYLE_MASK 0x3FFF macro79 #define AF_STYLE_UNASSIGNED AF_STYLE_MASK