Lines Matching refs:glyph_id
45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() local
46 if (c->glyphs->has (glyph_id)) in closure()
47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFFu); in closure()
56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() local
57 c->input->add (glyph_id); in collect_glyphs()
58 c->output->add ((glyph_id + deltaGlyphID) & 0xFFFFu); in collect_glyphs()
76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
77 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
82 glyph_id = (glyph_id + deltaGlyphID) & 0xFFFFu; in apply()
83 c->replace_glyph (glyph_id); in apply()
153 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
154 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
159 glyph_id = substitute[index]; in apply()
160 c->replace_glyph (glyph_id); in apply()
482 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
484 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
500 glyph_id = alt_set[alt_index - 1]; in apply()
502 c->replace_glyph (glyph_id); in apply()
802 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
804 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()