Searched refs:chainContexts (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 625 def __init__(self, chainContexts, location=None): argument 627 self.chainContexts = chainContexts 630 for prefix, glyphs, suffix in self.chainContexts: 639 for prefix, glyphs, suffix in self.chainContexts: 654 def __init__(self, chainContexts, location=None): argument 656 self.chainContexts = chainContexts 659 for prefix, glyphs, suffix in self.chainContexts: 668 for prefix, glyphs, suffix in self.chainContexts:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 440 [(pref1, glyphs1, suff1), (pref2, glyphs2, suff2)] = sub.chainContexts 455 [(prefix, glyphs, suffix)] = sub.chainContexts 472 [(pref1, glyphs1, suff1), (pref2, glyphs2, suff2)] = sub.chainContexts 487 [(prefix, glyphs, suffix)] = sub.chainContexts
|