Searched refs:find_script_index (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout.cc | 479 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script() 483 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) in hb_ot_layout_table_find_script() 488 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) in hb_ot_layout_table_find_script() 493 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) in hb_ot_layout_table_find_script() 560 if (g.find_script_index (script_tags[i], script_index)) in hb_ot_layout_table_select_script() 569 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) { in hb_ot_layout_table_select_script() 576 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) { in hb_ot_layout_table_select_script() 584 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) { in hb_ot_layout_table_select_script() 1277 if (c.g.find_script_index (*scripts, &script_index)) in hb_ot_layout_collect_features()
|
H A D | hb-ot-layout-jstf-table.hh | 210 bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index() function
|
H A D | hb-ot-layout-gsubgpos.hh | 4674 bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index() function
|