Searched refs:find_subtable (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 357 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()
|
D | hb-ot-cmap-table.hh | 499 inline const CmapSubtable *find_subtable (unsigned int platform_id, in find_subtable() function
|