Home
last modified time | relevance | path

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

/external/fonttools/Tests/varLib/
DfeatureVars_test.py36 def _match_condition(location, overlaps): function
53 subst = _match_condition({'abcd': 0}, overlaps)
55 subst = _match_condition({'abcd': 1}, overlaps)
57 subst = _match_condition({'abcd': 3}, overlaps)
59 subst = _match_condition({'abcd': 4}, overlaps)
61 subst = _match_condition({'abcd': 5}, overlaps)
63 subst = _match_condition({'abcd': 7}, overlaps)
65 subst = _match_condition({'abcd': 8}, overlaps)
67 subst = _match_condition({'abcd': 9}, overlaps)
69 subst = _match_condition({'abcd': 10}, overlaps)
[all …]