Home | History | Annotate | Download | only in src

Lines Matching full:get_glyph

45   inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
222 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
256 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const
350 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint,
397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
421 inline bool get_glyph (hb_codepoint_t codepoint,
425 case 0: return u.format0 .get_glyph(codepoint, glyph);
426 case 4: return u.format4 .get_glyph(codepoint, glyph);
427 case 6: return u.format6 .get_glyph(codepoint, glyph);
428 case 10: return u.format10.get_glyph(codepoint, glyph);
429 case 12: return u.format12.get_glyph(codepoint, glyph);
430 case 13: return u.format13.get_glyph(codepoint, glyph);