OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_subtable
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-font.cc
357
if (!subtable) subtable = cmap->
find_subtable
(3, 10);
358
if (!subtable) subtable = cmap->
find_subtable
(0, 6);
359
if (!subtable) subtable = cmap->
find_subtable
(0, 4);
361
if (!subtable) subtable = cmap->
find_subtable
(3, 1);
362
if (!subtable) subtable = cmap->
find_subtable
(0, 3);
363
if (!subtable) subtable = cmap->
find_subtable
(0, 2);
364
if (!subtable) subtable = cmap->
find_subtable
(0, 1);
365
if (!subtable) subtable = cmap->
find_subtable
(0, 0);
368
subtable = cmap->
find_subtable
(3, 0);
377
const OT::CmapSubtable *st = cmap->
find_subtable
(0, 5)
[
all
...]
hb-ot-cmap-table.hh
499
inline const CmapSubtable *
find_subtable
(unsigned int platform_id,
function in struct:OT::cmap
Completed in 257 milliseconds