Searched refs:sbixBitmapSetHeaderFormatSize (Results 1 – 2 of 2) sorted by relevance
19 sbixBitmapSetHeaderFormatSize = sstruct.calcsize(sbixBitmapSetHeaderFormat) variable34 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 + sbixBitmapSetHeaderFormatSize70 …bitmapOffset = sbixBitmapSetHeaderFormatSize + sbixBitmapOffsetEntryFormatSize * (len(glyphOrder) …
111 setOffset += sbixBitmapSetHeaderFormatSize + len(myBitmapSet.data)