Searched refs:chainContexts (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 861 def __init__(self, chainContexts, location=None): argument 863 self.chainContexts = chainContexts 868 for prefix, glyphs, suffix in self.chainContexts: 876 for prefix, glyphs, suffix in self.chainContexts: 897 def __init__(self, chainContexts, location=None): argument 899 self.chainContexts = chainContexts 904 for prefix, glyphs, suffix in self.chainContexts: 912 for prefix, glyphs, suffix in self.chainContexts:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 466 [(pref1, glyphs1, suff1), (pref2, glyphs2, suff2)] = sub.chainContexts 481 [(prefix, glyphs, suffix)] = sub.chainContexts 498 [(pref1, glyphs1, suff1), (pref2, glyphs2, suff2)] = sub.chainContexts 513 [(prefix, glyphs, suffix)] = sub.chainContexts
|