Home
last modified time | relevance | path

Searched refs:format12 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh763 case 12: return u.format12.get_glyph (codepoint, glyph); in get_glyph()
776 case 12: u.format12.collect_unicodes (out); return; in collect_unicodes()
792 case 12: return_trace (u.format12.sanitize (c)); in sanitize()
806 CmapSubtableFormat12 format12; member
920 CmapSubtableFormat12 &format12 = subtable.u.format12; in _subset() local
921 if (unlikely (!format12.serialize (&c, cmap_subset_plan.format12_groups))) in _subset()
/external/harfbuzz_ng/test/api/fonts/
DREADME1 cmap-format12-only files created by ttx & remove all other cmap entries
/external/fonttools/Lib/fontTools/
Dmerge.py399 format12 = None
405 format12 = subtable
412 if format12 is not None:
413 cmapTables.append((format12, fontIdx))