Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-font.cc352 const OT::CmapSubtable *subtable = NULL; in init()
372 if (!subtable) subtable = &OT::Null(OT::CmapSubtable); in init()
377 const OT::CmapSubtable *st = cmap->find_subtable (0, 5); in init()
388 this->get_glyph_func = get_glyph_from_symbol<OT::CmapSubtable>; in init()
392 default: this->get_glyph_func = get_glyph_from<OT::CmapSubtable>; break; in init()
Dhb-ot-cmap-table.hh417 struct CmapSubtable struct
489 LOffsetTo<CmapSubtable>
499 inline const CmapSubtable *find_subtable (unsigned int platform_id, in find_subtable()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py102 class CmapSubtable(object): class
158 if not isinstance(other, CmapSubtable):
175 class cmap_format_0(CmapSubtable):
233 class cmap_format_2(CmapSubtable):
631 class cmap_format_4(CmapSubtable):
811 class cmap_format_6(CmapSubtable):
880 class cmap_format_12_or_13(CmapSubtable):
1057 class cmap_format_14(CmapSubtable):
1233 class cmap_format_unknown(CmapSubtable):