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 429 FT_FRAME_ULONG ( totalSfntSize ),
455 12 + woff.num_tables * 16UL >= woff.totalSfntSize ||
456 ( woff.totalSfntSize & 3 ) != 0 ||
466 /* Don't trust `totalSfntSize' before thorough checks. */
567 table->OrigLength > woff.totalSfntSize ||
568 sfnt_offset > woff.totalSfntSize - table->OrigLength ||
624 if ( sfnt_offset != woff.totalSfntSize ||
632 /* Now use `totalSfntSize'. */
635 woff.totalSfntSize ) )
706 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/freetype/internal/
tttypes.h 160 FT_ULong totalSfntSize;
    [all...]

Completed in 606 milliseconds