Searched refs:gstyles (Results 1 – 3 of 3) sorted by relevance
138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local194 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()195 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()205 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()206 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()213 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()227 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()237 gstyles[gindex] |= AF_DIGIT; in af_face_globals_compute_style_coverage()252 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()254 gstyles[nn] &= ~AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()[all …]
101 FT_Byte* gstyles ) in af_get_coverage() argument123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()350 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()351 gstyles[idx] = (FT_Byte)style_class->style; in af_get_coverage()497 FT_Byte* gstyles ) in af_get_coverage() argument501 FT_UNUSED( gstyles ); in af_get_coverage()
41 FT_Byte* gstyles );
Completed in 4 milliseconds