Home
last modified time | relevance | path

Searched defs:script_index (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc462 unsigned int *script_index /* OUT */) in hb_ot_layout_table_find_script()
503 unsigned int *script_index /* OUT */, in hb_ot_layout_table_choose_script()
539 unsigned int *script_index /* OUT */, in hb_ot_layout_table_select_script()
666 unsigned int script_index, in hb_ot_layout_script_get_language_tags()
697 unsigned int script_index, in hb_ot_layout_script_find_language()
734 unsigned int script_index, in hb_ot_layout_script_select_language()
776 unsigned int script_index, in hb_ot_layout_language_get_required_feature_index()
808 unsigned int script_index, in hb_ot_layout_language_get_required_feature()
844 unsigned int script_index, in hb_ot_layout_language_get_feature_indexes()
877 unsigned int script_index, in hb_ot_layout_language_get_feature_tags()
[all …]
Dhb-ot-map.hh273 unsigned int script_index[2], language_index[2]; member
Dhb-ot-layout-gsubgpos.hh3649 for (unsigned script_index = 0; script_index < count; script_index++) in prune_langsys() local