Searched refs:CmapSubtable (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc230 const OT::CmapSubtable *subtable = NULL;
245 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
250 const OT::CmapSubtable *st = cmap->find_subtable (0, 5);
262 default: this->get_glyph_func = get_glyph_from<OT::CmapSubtable>; break;
H A Dhb-ot-cmap-table.hh417 struct CmapSubtable struct in namespace:OT
489 OffsetTo<CmapSubtable, ULONG>
499 inline const CmapSubtable *find_subtable (unsigned int platform_id,
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_c_m_a_p.py57 self.tables.sort() # sort according to the spec; see CmapSubtable.__lt__()
102 class CmapSubtable(object): class in inherits:object
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):
1143 self.language = 0xFF # provide a value so that CmapSubtable
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_c_m_a_p.py57 self.tables.sort() # sort according to the spec; see CmapSubtable.__lt__()
102 class CmapSubtable(object): class in inherits:object
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):
1143 self.language = 0xFF # provide a value so that CmapSubtable
[all...]

Completed in 154 milliseconds