Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py21 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat) variable
52 if len(self.rawdata) < sbixGlyphHeaderFormatSize:
57 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)
61 gid, = struct.unpack(">H", self.rawdata[sbixGlyphHeaderFormatSize:])
64 self.imageData = self.rawdata[sbixGlyphHeaderFormatSize:]