Home | History | Annotate | Download | only in varLib

Lines Matching refs:subtables

182 def _Lookup_SinglePos_get_effective_value(subtables, glyph):
183 for self in subtables:
197 def _Lookup_PairPos_get_effective_value_pair(subtables, firstGlyph, secondGlyph):
198 for self in subtables:
248 # Fill in value from other subtables
282 # Fill in value from other subtables
481 # Currently, if the coverage of PairPosFormat2 subtables are different,
488 for l,subtables in zip(lst,merger.lookup_subtables):
490 assert l == subtables[-1]
710 """Merge multiple Format1 subtables at the beginning of lst,
711 and merge multiple consecutive Format2 subtables that have the same
731 subtables = merger.lookup_subtables = [l.SubTable for l in lst]
733 # Remove Extension subtables
734 for l,sts in list(zip(lst,subtables))+[(self,self.SubTable)]:
749 # AFDKO and feaLib sometimes generate two Format1 subtables instead of one.
753 subtables = merger.lookup_subtables = [_Lookup_PairPos_subtables_canonicalize(st, merger.font) for st in subtables]
755 merger.mergeLists(self.SubTable, subtables)