Home | History | Annotate | Download | only in tables

Lines Matching defs:GlobalState

35 		class GlobalState(object):
39 globalState = GlobalState(tableType=self.tableTag,
41 reader = OTTableReader(data, globalState)
76 class GlobalState(object):
79 globalState = GlobalState(tableType=self.tableTag)
84 writer = OTTableWriter(globalState)
122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState')
124 def __init__(self, data, globalState={}, localState=None, offset=0):
128 self.globalState = globalState
133 cachingStats = self.globalState.cachingStats
136 return self.__class__(self.data, self.globalState, self.localState, offset)
194 def __init__(self, globalState, localState=None):
197 self.globalState = globalState
416 subwriter = self.__class__(self.globalState, self.localState)
492 return OverflowErrorRecord( (self.globalState.tableType, LookupListIndex, SubTableIndex, itemName, itemIndex) )
548 conv = conv.getConverter(reader.globalState.tableType,
551 conv = conv.getConverter(reader.globalState.tableType,