Home
last modified time | relevance | path

Searched refs:script_index (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc492 unsigned int *script_index /* OUT */) in hb_ot_layout_table_find_script() argument
497 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script()
501 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
506 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) in hb_ot_layout_table_find_script()
511 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
514 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; in hb_ot_layout_table_find_script()
533 unsigned int *script_index /* OUT */, in hb_ot_layout_table_choose_script() argument
538 …t_table_select_script (face, table_tag, t - script_tags, script_tags, script_index, chosen_script); in hb_ot_layout_table_choose_script()
558 unsigned int *script_index /* OUT */, in hb_ot_layout_table_select_script() argument
567 if (g.find_script_index (script_tags[i], script_index)) in hb_ot_layout_table_select_script()
[all …]
Dhb-ot-layout.h164 unsigned int *script_index);
171 unsigned int *script_index /* OUT */,
184 unsigned int script_index,
192 unsigned int script_index,
200 unsigned int script_index,
207 unsigned int script_index,
215 unsigned int script_index,
224 unsigned int script_index,
233 unsigned int script_index,
Dhb-ot-deprecated.h52 unsigned int *script_index,
58 unsigned int script_index,
Dhb-ot-map.cc70 …out_table_select_script (face, table_tag, script_count, script_tags, &script_index[table_index], &… in hb_ot_map_builder_t()
71 …hb_ot_layout_script_select_language (face, table_tag, script_index[table_index], language_count, l… in hb_ot_map_builder_t()
174 script_index[table_index], in compile()
236 script_index[table_index], in compile()
Dhb-ot-map.hh273 unsigned int script_index[2], language_index[2]; member