Searched refs:indexSubHeaderSize (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py55 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat) variable
101 tup = struct.unpack(indexSubHeaderFormat, data[:indexSubHeaderSize])
105 indexSubTable = indexFormatClass(data[indexSubHeaderSize:], ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py55 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat) variable
101 tup = struct.unpack(indexSubHeaderFormat, data[:indexSubHeaderSize])
105 indexSubTable = indexFormatClass(data[indexSubHeaderSize:], ttFont)

Completed in 179 milliseconds