Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc247 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script()
251 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
256 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) in hb_ot_layout_table_find_script()
261 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
280 if (g.find_script_index (*script_tags, script_index)) { in hb_ot_layout_table_choose_script()
289 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) { in hb_ot_layout_table_choose_script()
296 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) { in hb_ot_layout_table_choose_script()
304 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) { in hb_ot_layout_table_choose_script()
Dhb-ot-layout-jstf-table.hh209 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index() function
Dhb-ot-layout-gsubgpos-private.hh2248 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index() function