Home
last modified time | relevance | path

Searched refs:find_index (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-jstf-table.hh162 { return langSys.find_index (tag, index); } in find_lang_sys_index()
210 { return scriptList.find_index (tag, index); } in find_script_index()
Dhb-ot-layout-common-private.hh117 inline bool find_index (hb_tag_t tag, unsigned int *index) const in find_index() function
251 { return langSys.find_index (tag, index); } in find_lang_sys_index()
1504 inline bool find_index (const int *coords, unsigned int coord_len, in find_index() function
Dhb-ot-layout-gsubgpos-private.hh2258 { return (this+scriptList).find_index (tag, index); } in find_script_index()
2271 { return (this+featureList).find_index (tag, index); } in find_feature_index()
2281 .find_index (coords, num_coords, index); } in find_variations_index()