Home | History | Annotate | Download | only in src

Lines Matching defs:get_glyph

674     inline uint16_t get_glyph (void) { return c->glyphArray[i]; }
785 inline uint16_t get_glyph (void) { return j; }
847 if (glyphs->has (iter.get_glyph ()))
894 inline uint16_t get_glyph (void) {
896 case 1: return u.format1.get_glyph ();
897 case 2: return u.format2.get_glyph ();