Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c68 FT_Long glyph_count; /* same as face->num_glyphs */ member
91 globals->glyph_count ); in af_face_globals_compute_script_coverage()
127 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage()
140 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage()
155 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_script_coverage()
168 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_script_coverage()
198 globals->glyph_count = face->num_glyphs; in af_face_globals_new()
239 globals->glyph_count = 0; in af_face_globals_free()
263 if ( gindex >= (FT_ULong)globals->glyph_count ) in af_face_globals_get_metrics()
316 if ( gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_is_digit()
/external/freetype/src/pshinter/
Dpshalgo.c1758 FT_UInt glyph_count = glyph->num_points; in psh_glyph_find_blue_points() local
1763 for ( ; glyph_count > 0; glyph_count--, point++ ) in psh_glyph_find_blue_points()