Searched refs:gstyles (Results 1 – 4 of 4) sorted by relevance
135 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local143 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()191 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()192 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()202 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()203 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()220 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()221 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()231 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()232 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()[all …]
102 FT_UShort* gstyles, in af_shaper_get_coverage() argument125 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()370 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_shaper_get_coverage()371 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()579 FT_UShort* gstyles, in af_shaper_get_coverage() argument584 FT_UNUSED( gstyles ); in af_shaper_get_coverage()
41 FT_UShort* gstyles,
2394 (af_face_globals_compute_style_coverage): Trace `gstyles' array2938 [autofit] s/gscripts/gstyles/.