Home | History | Annotate | Download | only in tables

Lines Matching full:subtable

62 						- For Struct/Table/Subtable items, it add first adds new writer to the 
74 If a lookup subtable overflows an offset, we have to start all over.
218 # subtable are needed before the actual data can be assembled.
269 # If the overflow is to a lookup, or from a lookup to a subtable,
272 # overflow is within a subTable. Life is more complicated.
274 # This is because duplicate table merging is done only within an Extension subTable tree;
275 # when we split the subtable in two, some items may no longer be duplicates.
419 # subtable writers can have more than one parent writer.
472 if self.name == 'SubTable':
478 else: # who knows how far below the SubTable level we are! Climb back up to the nearest subtable.
481 while p1 and p1.name not in ['ExtSubTable', 'SubTable']:
547 if conv.name == "SubTable":