Lines Matching refs:script_index
474 unsigned int *script_index /* OUT */) in hb_ot_layout_table_find_script() argument
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()
496 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; in hb_ot_layout_table_find_script()
515 unsigned int *script_index /* OUT */, in hb_ot_layout_table_choose_script() argument
520 …t_table_select_script (face, table_tag, t - script_tags, script_tags, script_index, chosen_script); in hb_ot_layout_table_choose_script()
551 unsigned int *script_index /* OUT */, in hb_ot_layout_table_select_script() argument
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()
590 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; in hb_ot_layout_table_select_script()
687 unsigned int script_index, in hb_ot_layout_script_get_language_tags() argument
692 const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index); in hb_ot_layout_script_get_language_tags()
718 unsigned int script_index, in hb_ot_layout_script_find_language() argument
724 script_index, in hb_ot_layout_script_find_language()
757 unsigned int script_index, in hb_ot_layout_script_select_language2() argument
764 const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index); in hb_ot_layout_script_select_language2()
815 unsigned int script_index, in hb_ot_layout_script_select_language() argument
821 script_index, in hb_ot_layout_script_select_language()
845 unsigned int script_index, in hb_ot_layout_language_get_required_feature_index() argument
851 script_index, in hb_ot_layout_language_get_required_feature_index()
877 unsigned int script_index, in hb_ot_layout_language_get_required_feature() argument
883 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
916 unsigned int script_index, in hb_ot_layout_language_get_feature_indexes() argument
923 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
952 unsigned int script_index, in hb_ot_layout_language_get_feature_tags() argument
959 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_tags()
994 unsigned int script_index, in hb_ot_layout_language_find_feature() argument
1001 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_find_feature()
1267 for (unsigned int script_index = 0; script_index < count; script_index++) in hb_ot_layout_collect_features() local
1269 c.g.get_script (script_index), in hb_ot_layout_collect_features()
1276 unsigned int script_index; in hb_ot_layout_collect_features() local
1277 if (c.g.find_script_index (*scripts, &script_index)) in hb_ot_layout_collect_features()
1279 c.g.get_script (script_index), in hb_ot_layout_collect_features()
1301 unsigned script_index, in hb_ot_layout_collect_features_map() argument
1306 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_collect_features_map()