HomeSort by relevance Sort by last modified time
    Searched refs:glyph_count (Results 1 - 4 of 4) 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 &&
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 )
    [all...]
  /external/harfbuzz/src/
harfbuzz-gdef.h 130 HB_UShort glyph_count,
harfbuzz-gdef.c 789 HB_UShort glyph_count,
824 glyph_count--;
826 for ( n = 0; n < glyph_count + 1; n++ )
830 if ( n == glyph_count )
871 if ( n == glyph_count )
  /external/freetype/src/pshinter/
pshalgo.c 1758 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 4274 milliseconds