Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py19 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat) variable
50 if len(self.rawdata) < sbixGlyphHeaderFormatSize:
55 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)
59 gid, = struct.unpack(">H", self.rawdata[sbixGlyphHeaderFormatSize:])
62 self.imageData = self.rawdata[sbixGlyphHeaderFormatSize:]