Home | History | Annotate | Download | only in src

Lines Matching refs:get_glyph

734     inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; }
857 inline hb_codepoint_t get_glyph (void) { return j; }
920 if (glyphs->has (iter.get_glyph ()))
967 inline hb_codepoint_t get_glyph (void) {
969 case 1: return u.format1.get_glyph ();
970 case 2: return u.format2.get_glyph ();