OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_table_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh
81
inline bool
find_table_index
(hb_tag_t tag, unsigned int *table_index) const
function in struct:OT::OffsetTable
100
find_table_index
(tag, &table_index);
hb-uniscribe.cc
405
if (face.
find_table_index
(HB_OT_TAG_name, &index))
/external/harfbuzz_ng/src/
hb-open-file-private.hh
81
inline bool
find_table_index
(hb_tag_t tag, unsigned int *table_index) const
function in struct:OT::OffsetTable
100
find_table_index
(tag, &table_index);
Completed in 30 milliseconds