Home
last modified time | relevance | path

Searched refs:glyph_styles (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()
145 FT_MEM_SET( globals->glyph_styles, in af_face_globals_compute_style_coverage()
324 globals->glyph_styles = (FT_Byte*)( globals + 1 ); in af_face_globals_new()
378 globals->glyph_styles = NULL; /* no need to free this one! */ in af_face_globals_free()
410 style = (AF_Style)( globals->glyph_styles[gindex] & in af_face_globals_get_metrics()
459 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
Dafglobal.h103 FT_Byte* glyph_styles; member
Dafmodule.c201 prop->map = globals->glyph_styles; in af_property_get()