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