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.hh392 struct CmapSubtable struct
396 inline bool get_glyph (hb_codepoint_t codepoint, in get_glyph()
411 inline glyph_variant_t get_glyph_variant (hb_codepoint_t codepoint, in get_glyph_variant()
421 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
437 union {
446 } u;
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py102 class CmapSubtable(object): class