Lines Matching refs:startID
61 startID = font.getGlyphID(start, requireReal=True)
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
106 r.StartID = start
114 ranges.sort(key=lambda a: a.StartID)
116 del r.StartID
229 startID = font.getGlyphID(start, requireReal=True)
232 startID = len(glyphOrder)
233 endID = startID + len(classList)
240 for glyphID, cls in zip(range(startID, endID), classList):
250 startID = font.getGlyphID(start, requireReal=True)
263 for glyphID in range(startID, endID):