Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixStrike.py22 sbixStrikeHeaderFormatSize = sstruct.calcsize(sbixStrikeHeaderFormat) variable
37 if len(self.data) < sbixStrikeHeaderFormatSize:
40 % (sbixStrikeHeaderFormatSize, len(self.data))
43 sstruct.unpack(sbixStrikeHeaderFormat, self.data[:sbixStrikeHeaderFormatSize], self)
47 self.data[sbixStrikeHeaderFormatSize:sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize])
48 …self.numGlyphs = (firstGlyphDataOffset - sbixStrikeHeaderFormatSize) // sbixGlyphDataOffsetFormatS…
54 start = i * sbixGlyphDataOffsetFormatSize + sbixStrikeHeaderFormatSize
74 …currentGlyphDataOffset = sbixStrikeHeaderFormatSize + sbixGlyphDataOffsetFormatSize * (len(glyphOr…