HomeSort by relevance Sort by last modified time
    Searched full:glyph_count (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afglobal.c 68 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
91 globals->glyph_count );
127 gindex < (FT_ULong)globals->glyph_count &&
140 if ( gindex < (FT_ULong)globals->glyph_count &&
155 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
168 for ( nn = 0; nn < globals->glyph_count; nn++ )
198 globals->glyph_count = face->num_glyphs;
239 globals->glyph_count = 0;
263 if ( gindex >= (FT_ULong)globals->glyph_count )
316 if ( gindex < (FT_ULong)globals->glyph_count )
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1758 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 1838 milliseconds