Home
last modified time | relevance | path

Searched refs:totalSfntSize (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/sfnt/
Dsfobjs.c429 FT_FRAME_ULONG ( totalSfntSize ), in woff_open_font()
455 12 + woff.num_tables * 16UL >= woff.totalSfntSize || in woff_open_font()
456 ( woff.totalSfntSize & 3 ) != 0 || in woff_open_font()
567 table->OrigLength > woff.totalSfntSize || in woff_open_font()
568 sfnt_offset > woff.totalSfntSize - table->OrigLength || in woff_open_font()
624 if ( sfnt_offset != woff.totalSfntSize || in woff_open_font()
635 woff.totalSfntSize ) ) in woff_open_font()
706 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize ); in woff_open_font()
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py295 self.totalSfntSize = 12
296 self.totalSfntSize += 16 * len(tables)
298 self.totalSfntSize += (entry.origLength + 3) & ~3
Dwoff2.py214 self.totalSfntSize = self._calcSFNTChecksumsLengthsAndOffsets()
/external/freetype/include/freetype/internal/
Dtttypes.h174 FT_ULong totalSfntSize; member
/external/freetype/
DChangeLog.262600 * src/sfnt/sfobjs.c (woff_open_font): Use WOFF's `totalSfntSize'