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.hh1344 struct CmapSubtable struct
1348 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()
1362 void collect_unicodes (hb_set_t *out, unsigned int num_glyphs = UINT_MAX) const in collect_unicodes()
1376 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()
1392 unsigned get_language () const in get_language()
1408 void serialize (hb_serialize_context_t *c, in serialize()
1422 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1439 union {
1448 } u;
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py214 class CmapSubtable(object): class