Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
195 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 …]
Dhbshim.c101 FT_Byte* gstyles ) in af_get_coverage() argument
123 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() argument
516 FT_UNUSED( gstyles ); in af_get_coverage()
Dhbshim.h41 FT_Byte* gstyles );