Home
last modified time | relevance | path

Searched refs:chainContexts (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/feaLib/
Dast.py625 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/
Dparser_test.py440 [(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