Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh194 friend struct CmapSubtableFormat12;
282 struct CmapSubtableFormat12 : CmapSubtableLongSegmented<CmapSubtableFormat12> struct
459 CmapSubtableFormat12 format12;
Dhb-ot-font.cc263 case 12: this->get_glyph_func = get_glyph_from<OT::CmapSubtableFormat12>; break; in init()