HomeSort by relevance Sort by last modified time
    Searched refs:indexSubTable (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 105 indexSubTable = indexFormatClass(data[indexSubHeaderSize:], ttFont)
106 indexSubTable.firstGlyphIndex = firstGlyphIndex
107 indexSubTable.lastGlyphIndex = lastGlyphIndex
108 indexSubTable.additionalOffsetToIndexSubtable = additionalOffsetToIndexSubtable
109 indexSubTable.indexFormat = indexFormat
110 indexSubTable.imageFormat = imageFormat
111 indexSubTable.imageDataOffset = imageDataOffset
112 curStrike.indexSubTables.append(indexSubTable)
128 # (2) Alternate between indexSubTableArray and indexSubTable
144 # (1) For each bitmapSizeTable compute the indexSubTable an
    [all...]
E_B_D_T_.py 53 for indexSubTable in curStrike.indexSubTables:
54 dataIter = zip(indexSubTable.names, indexSubTable.locations)
62 imageFormatClass = self.getImageFormatClass(indexSubTable.imageFormat)
111 # Just use the new data locations in the indexSubTable.

Completed in 2227 milliseconds