Searched refs:get_glyph_from (Results 1 – 1 of 1) sorted by relevance
553 default: this->get_glyph_func = get_glyph_from<OT::CmapSubtable>; break; in init()554 case 12: this->get_glyph_func = get_glyph_from<OT::CmapSubtableFormat12>; break; in init()598 static inline bool get_glyph_from (const void *obj, in get_glyph_from() function