Lines Matching refs:get_glyph
44 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
245 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
291 return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph); in get_glyph_func()
330 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
425 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
469 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
670 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function
719 return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); in get_glyph_variant()
755 bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function
759 case 0: return u.format0 .get_glyph (codepoint, glyph); in get_glyph()
760 case 4: return u.format4 .get_glyph (codepoint, glyph); in get_glyph()
761 case 6: return u.format6 .get_glyph (codepoint, glyph); in get_glyph()
762 case 10: return u.format10.get_glyph (codepoint, glyph); in get_glyph()
763 case 12: return u.format12.get_glyph (codepoint, glyph); in get_glyph()
764 case 13: return u.format13.get_glyph (codepoint, glyph); in get_glyph()
1104 return typed_obj->get_glyph (codepoint, glyph); in get_glyph_from()
1113 if (likely (typed_obj->get_glyph (codepoint, glyph))) in get_glyph_from_symbol()
1123 return typed_obj->get_glyph (0xF000u + codepoint, glyph); in get_glyph_from_symbol()