Home
last modified time | relevance | path

Searched refs:glyph_styles (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()
357 globals->glyph_styles = (FT_UShort*)( globals + 1 ); in af_face_globals_new()
448 style = (AF_Style)( globals->glyph_styles[gindex] & in af_face_globals_get_metrics()
497 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
Dafglobal.h109 FT_UShort* glyph_styles; member
Dafmodule.c354 prop->map = globals->glyph_styles; in af_property_get()
Daflatin.c3523 if ( !( metrics->root.globals->glyph_styles[glyph_index] & AF_NONBASE ) ) in af_latin_hints_apply()