Lines Matching refs:topDictIndex
52 self.topDictIndex = TopDictIndex(file, isCFF2=isCFF2)
60 self.topDictIndex = TopDictIndex(
64 self.topDictIndex.strings = self.strings
65 self.topDictIndex.GlobalSubrs = self.GlobalSubrs
74 return self.topDictIndex
90 return self.topDictIndex[index]
107 for topDict in self.topDictIndex:
115 topCompiler = self.topDictIndex.getCompiler(strings, self, isCFF2=isCFF2)
137 for topDict in self.topDictIndex:
187 self.topDictIndex = TopDictIndex()
203 self.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)
204 self.topDictIndex.append(topDict)
231 topDictData.items = self.topDictIndex.items
232 self.topDictIndex = topDictData