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_.py58 indexSubHeaderFormat = ">HHL" variable
59 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat)
107 tup = struct.unpack(indexSubHeaderFormat, data[i:i+indexSubHeaderSize])
190 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…
352 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)