Lines Matching refs:glyph
45 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
50 *glyph = gid; in get_glyph()
71 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
124 *glyph = gid & 0xFFFFu; in get_glyph()
203 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
209 *glyph = gid; in get_glyph()
236 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
241 *glyph = T::group_get_glyph (groups[i], codepoint); in get_glyph()
328 hb_codepoint_t *glyph, in get_glyph()
340 *glyph = nonDefaults[i].glyphID; in get_glyph()
371 hb_codepoint_t *glyph) const in get_glyph_variant()
373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); in get_glyph_variant()
397 hb_codepoint_t *glyph) const in get_glyph()
400 case 0: return u.format0 .get_glyph(codepoint, glyph); in get_glyph()
401 case 4: return u.format4 .get_glyph(codepoint, glyph); in get_glyph()
402 case 6: return u.format6 .get_glyph(codepoint, glyph); in get_glyph()
403 case 10: return u.format10.get_glyph(codepoint, glyph); in get_glyph()
404 case 12: return u.format12.get_glyph(codepoint, glyph); in get_glyph()
405 case 13: return u.format13.get_glyph(codepoint, glyph); in get_glyph()
413 hb_codepoint_t *glyph) const in get_glyph_variant()
416 case 14: return u.format14.get_glyph_variant(codepoint, variation_selector, glyph); in get_glyph_variant()