Home
last modified time | relevance | path

Searched refs:find_subtable (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc357 if (!subtable) subtable = cmap->find_subtable (3, 10); in init()
358 if (!subtable) subtable = cmap->find_subtable (0, 6); in init()
359 if (!subtable) subtable = cmap->find_subtable (0, 4); in init()
361 if (!subtable) subtable = cmap->find_subtable (3, 1); in init()
362 if (!subtable) subtable = cmap->find_subtable (0, 3); in init()
363 if (!subtable) subtable = cmap->find_subtable (0, 2); in init()
364 if (!subtable) subtable = cmap->find_subtable (0, 1); in init()
365 if (!subtable) subtable = cmap->find_subtable (0, 0); in init()
368 subtable = cmap->find_subtable (3, 0); in init()
377 const OT::CmapSubtable *st = cmap->find_subtable (0, 5); in init()
Dhb-ot-cmap-table.hh499 inline const CmapSubtable *find_subtable (unsigned int platform_id, in find_subtable() function