Home | History | Annotate | Download | only in autofit

Lines Matching defs:glyph_count

68     FT_Long           glyph_count;    /* same as face->num_glyphs */
91 globals->glyph_count );
127 gindex < (FT_ULong)globals->glyph_count &&
138 if ( gindex < (FT_ULong)globals->glyph_count &&
151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
164 for ( nn = 0; nn < globals->glyph_count; nn++ )
194 globals->glyph_count = face->num_glyphs;
235 globals->glyph_count = 0;
259 if ( gindex >= (FT_ULong)globals->glyph_count )
312 if ( gindex < (FT_ULong)globals->glyph_count )