Searched refs:cur_glyphs (Results 1 – 1 of 1) sorted by relevance
102 def closure_glyphs(self, s, cur_glyphs=None): argument103 if cur_glyphs is None: cur_glyphs = s.glyphs104 s.glyphs.update(v for g,v in self.mapping.items() if g in cur_glyphs)113 def closure_glyphs(self, s, cur_glyphs=None): argument114 if cur_glyphs is None: cur_glyphs = s.glyphs115 indices = self.Coverage.intersect(cur_glyphs)131 def closure_glyphs(self, s, cur_glyphs=None): argument132 if cur_glyphs is None: cur_glyphs = s.glyphs134 if g in cur_glyphs))145 def closure_glyphs(self, s, cur_glyphs=None): argument[all …]