Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py54 indexSubHeaderFormat = ">HHL" variable
55 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat)
101 tup = struct.unpack(indexSubHeaderFormat, data[:indexSubHeaderSize])
183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…
346 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)