hb-ot-cmap-table.hh | 45 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableFormat0 139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableFormat4 222 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableTrimmed 256 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableLongSegmented 350 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint, function in struct:OT::VariationSelectorRecord 397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); 421 inline bool get_glyph (hb_codepoint_t codepoint, function in struct:OT::CmapSubtable 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) [all...] |