Lines Matching refs:glyphs
42 self.glyphs = rawTable["GlyphArray"]
44 glyphs = self.glyphs = []
56 assert r.StartCoverageIndex == len(glyphs), \
57 (r.StartCoverageIndex, len(glyphs))
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
80 glyphs = getattr(self, "glyphs", None)
81 if glyphs is None:
82 glyphs = self.glyphs = []
84 rawTable = {"GlyphArray": glyphs}
86 if glyphs:
88 glyphIDs = [getGlyphID(glyphName) for glyphName in glyphs ]
100 if brokenOrder or len(ranges) * 3 < len(glyphs): # 3 words vs. 1 word
130 glyphs = getattr(self, "glyphs", None)
131 if glyphs is None:
132 glyphs = []
133 self.glyphs = glyphs
134 glyphs.append(attrs["value"])
195 cov.glyphs = input
361 cov.glyphs = [ item[1] for item in items]
428 cov.glyphs = [ item[1] for item in items]
785 return coverage.glyphs