Home | History | Annotate | Download | only in src

Lines Matching full:get_glyph

728     inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; }
853 inline hb_codepoint_t get_glyph (void) { return j; }
916 if (glyphs->has (iter.get_glyph ()))
965 inline hb_codepoint_t get_glyph (void) {
967 case 1: return u.format1.get_glyph ();
968 case 2: return u.format2.get_glyph ();