• Home
  • Raw
  • Download

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()
85 …tatic inline bool get_glyph_func (const void *obj, hb_codepoint_t codepoint, hb_codepoint_t *glyph) in get_glyph_func()
126 *glyph = gid & 0xFFFFu; in get_glyph_func()
139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
143 return accel.get_glyph_func (&accel, codepoint, glyph); in get_glyph()
222 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
228 *glyph = gid; in get_glyph()
256 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
261 *glyph = T::group_get_glyph (groups[i], codepoint); in get_glyph()
351 hb_codepoint_t *glyph, in get_glyph()
363 *glyph = nonDefaults[i].glyphID; in get_glyph()
395 hb_codepoint_t *glyph) const in get_glyph_variant()
397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); in get_glyph_variant()
422 hb_codepoint_t *glyph) const in get_glyph()
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()