Home
last modified time | relevance | path

Searched refs:gstyles (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c135 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
143 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 …]
Dafshaper.c102 FT_UShort* gstyles, in af_shaper_get_coverage() argument
125 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() argument
584 FT_UNUSED( gstyles ); in af_shaper_get_coverage()
Dafshaper.h41 FT_UShort* gstyles,
/external/freetype/
DChangeLog.252394 (af_face_globals_compute_style_coverage): Trace `gstyles' array
2938 [autofit] s/gscripts/gstyles/.