Searched refs:adjust_single (Results 1 – 3 of 3) sorted by relevance
367 def __init__(self, adjust_single, location=None): argument369 self.adjust_single = adjust_single373 for coverage, pos in self.adjust_single:
413 adjust_single = []418 adjust_single.append((coverages, pos))421 adjust_single, location=location)
1068 adjust = [[[g.glyph for g in a], b] for (a, b) in pos.adjust_single]