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

  /external/freetype/src/sfnt/
sfobjs.c 440 FT_FRAME_ULONG ( totalSfntSize ),
466 12 + woff.num_tables * 16UL >= woff.totalSfntSize ||
467 ( woff.totalSfntSize & 3 ) != 0 ||
474 if ( FT_ALLOC( sfnt, woff.totalSfntSize ) ||
571 sfnt_offset + table->OrigLength > woff.totalSfntSize ||
623 if ( sfnt_offset != woff.totalSfntSize ||
695 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize );
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 180 self.totalSfntSize = 12
181 self.totalSfntSize += 16 * len(tables)
183 self.totalSfntSize += (entry.origLength + 3) & ~3
314 totalSfntSize: L # uncompressed size
  /external/freetype/include/internal/
tttypes.h 160 FT_ULong totalSfntSize;
    [all...]

Completed in 68 milliseconds