Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c69 FT_Byte* glyph_scripts; member
84 FT_Byte* gscripts = globals->glyph_scripts; in af_face_globals_compute_script_coverage()
89 FT_MEM_SET( globals->glyph_scripts, in af_face_globals_compute_script_coverage()
195 globals->glyph_scripts = (FT_Byte*)( globals + 1 ); in af_face_globals_new()
236 globals->glyph_scripts = NULL; /* no need to free this one! */ in af_face_globals_free()
267 gidx = globals->glyph_scripts[gindex] & AF_SCRIPT_LIST_NONE; in af_face_globals_get_metrics()
313 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT ); in af_face_globals_is_digit()