HomeSort by: relevance | last modified time | path
    Searched refs:max_profile (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/sfnt/
ttpost.c 182 if ( num_glyphs > face->max_profile.numGlyphs )
331 if ( num_glyphs > face->max_profile.numGlyphs ||
503 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
sfdriver.c 108 table = &face->max_profile;
sfobjs.c 990 face->root.num_glyphs = face->max_profile.numGlyphs;
ttload.c 725 TT_MaxProfile* maxProfile = &face->max_profile;
ttcmap.c 3826 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 1185 * max_profile ::
1475 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c 1389 max_ins = loader->face->max_profile.maxSizeOfInstructions;
1627 if ( recurse_count > face->max_profile.maxComponentDepth )
1631 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count;
ttobjs.c 1073 TT_MaxProfile* maxp = &face->max_profile;
ttinterp.c 416 maxp = &face->max_profile;
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 899 ttface->max_profile.maxSizeOfInstructions == 0 &&

Completed in 15 milliseconds