Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-font.cc96 const OT::CmapSubtable *table;
97 const OT::CmapSubtable *uvs_table;
104 const OT::CmapSubtable *subtable = NULL; in init()
105 const OT::CmapSubtable *subtable_uvs = NULL; in init()
118 if (!subtable) subtable = &OT::Null(OT::CmapSubtable); in init()
123 if (!subtable_uvs) subtable_uvs = &OT::Null(OT::CmapSubtable); in init()
Dhb-ot-cmap-table.hh392 struct CmapSubtable struct
472 OffsetTo<CmapSubtable, ULONG>
482 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):