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.cc234 if (!subtable) subtable = cmap->find_subtable (3, 10); in init()
235 if (!subtable) subtable = cmap->find_subtable (0, 6); in init()
236 if (!subtable) subtable = cmap->find_subtable (0, 4); in init()
238 if (!subtable) subtable = cmap->find_subtable (3, 1); in init()
239 if (!subtable) subtable = cmap->find_subtable (0, 3); in init()
240 if (!subtable) subtable = cmap->find_subtable (0, 2); in init()
241 if (!subtable) subtable = cmap->find_subtable (0, 1); in init()
242 if (!subtable) subtable = cmap->find_subtable (0, 0); in init()
243 if (!subtable) subtable = cmap->find_subtable (3, 0); in init()
250 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