Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/voltLib/
Dast.py367 def __init__(self, adjust_single, location=None): argument
369 self.adjust_single = adjust_single
373 for coverage, pos in self.adjust_single:
Dparser.py413 adjust_single = []
418 adjust_single.append((coverages, pos))
421 adjust_single, location=location)
/external/fonttools/Tests/voltLib/
Dparser_test.py1068 adjust = [[[g.glyph for g in a], b] for (a, b) in pos.adjust_single]