Searched refs:totalSfntSize (Results 1 – 5 of 5) sorted by relevance
429 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()
295 self.totalSfntSize = 12296 self.totalSfntSize += 16 * len(tables)298 self.totalSfntSize += (entry.origLength + 3) & ~3
214 self.totalSfntSize = self._calcSFNTChecksumsLengthsAndOffsets()
174 FT_ULong totalSfntSize; member
2600 * src/sfnt/sfobjs.c (woff_open_font): Use WOFF's `totalSfntSize'