Searched refs:gstyles (Results 1 – 7 of 7) sorted by relevance
139 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local147 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()195 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()196 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()206 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()207 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()224 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()225 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()235 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()236 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()[all …]
101 FT_UShort* gstyles ) in af_get_coverage() argument123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()365 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()366 gstyles[idx] = (FT_UShort)style_class->style; in af_get_coverage()512 FT_UShort* gstyles ) in af_get_coverage() argument516 FT_UNUSED( gstyles ); in af_get_coverage()
41 FT_UShort* gstyles );
138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local195 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()196 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()206 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()207 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()214 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles ); in af_face_globals_compute_style_coverage()228 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()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()[all …]
101 FT_Byte* gstyles ) in af_get_coverage() argument123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()365 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()366 gstyles[idx] = (FT_Byte)style_class->style; in af_get_coverage()512 FT_Byte* gstyles ) in af_get_coverage() argument516 FT_UNUSED( gstyles ); in af_get_coverage()
41 FT_Byte* gstyles );
2394 (af_face_globals_compute_style_coverage): Trace `gstyles' array2938 [autofit] s/gscripts/gstyles/.