Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
DfontBuilder.py486 GlobalSubrsIndex, PrivateDict
496 globalSubrs = GlobalSubrsIndex()
527 GlobalSubrsIndex, PrivateDict, FDArrayIndex, FontDict
538 globalSubrs = GlobalSubrsIndex()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py63 self.GlobalSubrs = GlobalSubrsIndex(file, isCFF2=isCFF2)
184 self.GlobalSubrs = GlobalSubrsIndex()
196 self.GlobalSubrs = GlobalSubrsIndex()
213 self.GlobalSubrs = GlobalSubrsIndex()
614 class GlobalSubrsIndex(Index): class
622 super(GlobalSubrsIndex, self).__init__(file, isCFF2=isCFF2)
673 class SubrsIndex(GlobalSubrsIndex):