Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c139 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage()
356 globals->glyph_styles = (FT_UShort*)( globals + 1 ); in af_face_globals_new()
427 globals->glyph_styles = NULL; in af_face_globals_free()
459 style = (AF_Style)( globals->glyph_styles[gindex] & in af_face_globals_get_metrics()
508 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
Dafglobal.h109 FT_UShort* glyph_styles; member
Dafmodule.c249 prop->map = globals->glyph_styles; in af_property_get()
Daflatin.c3108 if ( !( metrics->root.globals->glyph_styles[glyph_index] & AF_NONBASE ) ) in af_latin_hints_apply()