HomeSort by relevance Sort by last modified time
    Searched refs:get_glyph_func (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-font.cc 341 hb_cmap_get_glyph_func_t get_glyph_func; member in struct:hb_ot_face_cmap_accelerator_t
388 this->get_glyph_func = get_glyph_from_symbol<OT::CmapSubtable>;
392 default: this->get_glyph_func = get_glyph_from<OT::CmapSubtable>; break;
393 case 12: this->get_glyph_func = get_glyph_from<OT::CmapSubtableFormat12>; break;
398 this->get_glyph_func = this->format4_accel.get_glyph_func;
412 return this->get_glyph_func (this->get_glyph_data, unicode, glyph);
hb-ot-cmap-table.hh 85 static inline bool get_glyph_func (const void *obj, hb_codepoint_t codepoint, hb_codepoint_t *glyph) function in struct:OT::CmapSubtableFormat4::accelerator_t
143 return accel.get_glyph_func (&accel, codepoint, glyph);

Completed in 695 milliseconds