Home
last modified time | relevance | path

Searched refs:sbixBitmapSetHeaderFormatSize (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixBitmapSet.py19 sbixBitmapSetHeaderFormatSize = sstruct.calcsize(sbixBitmapSetHeaderFormat) variable
34 if len(self.data) < sbixBitmapSetHeaderFormatSize:
37 % (sbixBitmapSetHeaderFormatSize, len(self.data))
40 sstruct.unpack(sbixBitmapSetHeaderFormat, self.data[:sbixBitmapSetHeaderFormatSize], self)
44 …self.data[sbixBitmapSetHeaderFormatSize : sbixBitmapSetHeaderFormatSize + sbixBitmapOffsetEntryFor…
45 …self.numBitmaps = (firstBitmapOffset - sbixBitmapSetHeaderFormatSize) // sbixBitmapOffsetEntryForm…
51 start = i * sbixBitmapOffsetEntryFormatSize + sbixBitmapSetHeaderFormatSize
70 …bitmapOffset = sbixBitmapSetHeaderFormatSize + sbixBitmapOffsetEntryFormatSize * (len(glyphOrder) …
D_s_b_i_x.py111 setOffset += sbixBitmapSetHeaderFormatSize + len(myBitmapSet.data)