HomeSort by relevance Sort by last modified time
    Searched refs:max_profile (Results 1 - 10 of 10) sorted by null

  /external/freetype/src/sfnt/
ttpost.c 177 if ( num_glyphs > face->max_profile.numGlyphs )
288 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
451 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
ttmtx.c 159 num_shorts = face->max_profile.numGlyphs - num_longs;
444 gindex >= (FT_UInt)face->max_profile.numGlyphs )
sfdriver.c 98 table = &face->max_profile;
ttload.c 620 TT_MaxProfile* maxProfile = &face->max_profile;
    [all...]
sfobjs.c 732 face->root.num_glyphs = face->max_profile.numGlyphs;
    [all...]
ttcmap.c     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1271 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/truetype/
ttgload.c 430 if ( n_ins > face->max_profile.maxSizeOfInstructions )
    [all...]
ttobjs.c 594 TT_MaxProfile* maxp = &face->max_profile;
    [all...]
ttinterp.c 569 maxp = &face->max_profile;
    [all...]

Completed in 313 milliseconds