Home
last modified time | relevance | path

Searched refs:get_glyph_funcZ (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh1274 this->get_glyph_funcZ = get_glyph_from_symbol<CmapSubtable>; in init()
1280 this->get_glyph_funcZ = get_glyph_from<CmapSubtable>; in init()
1283 this->get_glyph_funcZ = get_glyph_from<CmapSubtableFormat12>; in init()
1289 this->get_glyph_funcZ = this->format4_accel.get_glyph_func; in init()
1301 if (unlikely (!this->get_glyph_funcZ)) return false; in get_nominal_glyph()
1302 return this->get_glyph_funcZ (this->get_glyph_data, unicode, glyph); in get_nominal_glyph()
1310 if (unlikely (!this->get_glyph_funcZ)) return 0; in get_nominal_glyphs()
1312 hb_cmap_get_glyph_func_t get_glyph_funcZ = this->get_glyph_funcZ; in get_nominal_glyphs() local
1317 done < count && get_glyph_funcZ (get_glyph_data, *first_unicode, first_glyph); in get_nominal_glyphs()
1390 hb_cmap_get_glyph_func_t get_glyph_funcZ; member