Home
last modified time | relevance | path

Searched defs:CmapSubtable (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh1348 struct CmapSubtable struct
1352 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()
1366 void collect_unicodes (hb_set_t *out, unsigned int num_glyphs = UINT_MAX) const in collect_unicodes()
1380 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()
1396 unsigned get_language () const in get_language()
1412 void serialize (hb_serialize_context_t *c, in serialize()
1426 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1443 union {
1452 } u;
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py239 class CmapSubtable(object): class