Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c140 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
148 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
196 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
197 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
207 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
208 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
225 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
226 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
236 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
237 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/.