Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c135 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage()
352 globals->glyph_styles = (FT_UShort*)( globals + 1 ); in af_face_globals_new()
443 style = (AF_Style)( globals->glyph_styles[gindex] & in af_face_globals_get_metrics()
492 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
Dafglobal.h109 FT_UShort* glyph_styles; member
Dafmodule.c338 prop->map = globals->glyph_styles; in af_property_get()
Daflatin.c3536 if ( !( metrics->root.globals->glyph_styles[glyph_index] & AF_NONBASE ) ) in af_latin_hints_apply()
/external/freetype/
DChangeLog.263510 (af_get_coverage): Use FT_UShort for `glyph_styles' array.
3514 (AF_FaceGlobalsRec): Use `FT_UShort' for `glyph_styles' field.
DChangeLog.252942 [autofit] s/glyph_scripts/glyph_styles/.