Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/voltLib/
Dast.py225 def __init__(self, adjust_single, location=None): argument
227 self.adjust_single = adjust_single
Dparser.py403 adjust_single = []
408 adjust_single.append((coverages, pos))
411 adjust_single, location=location)
/external/fonttools/Tests/voltLib/
Dparser_test.py986 adjust = [[[g.glyph for g in a], b] for (a, b) in pos.adjust_single]