HomeSort by relevance Sort by last modified time
    Searched refs:CmapSubtable (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 417 struct CmapSubtable
489 LOffsetTo<CmapSubtable>
513 const OT::CmapSubtable *subtable = nullptr;
533 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
538 const OT::CmapSubtable *st = cmap->find_subtable (0, 5);
549 this->get_glyph_func = get_glyph_from_symbol<OT::CmapSubtable>;
553 default: this->get_glyph_func = get_glyph_from<OT::CmapSubtable>; break;
639 inline const CmapSubtable *find_subtable (unsigned int platform_id,
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 57 self.tables.sort() # sort according to the spec; see CmapSubtable.__lt__()
102 class CmapSubtable(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):
    [all...]

Completed in 227 milliseconds