Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc307 unsigned int *language_index) in hb_ot_layout_script_find_language() argument
312 if (s.find_lang_sys_index (language_tag, language_index)) in hb_ot_layout_script_find_language()
316 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_find_language()
319 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_find_language()
327 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument
333 language_index, in hb_ot_layout_language_get_required_feature_index()
342 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument
347 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
360 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument
366 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
[all …]
Dhb-ot-layout.h140 unsigned int *language_index);
146 unsigned int language_index,
153 unsigned int language_index,
161 unsigned int language_index,
170 unsigned int language_index,
179 unsigned int language_index,
Dhb-ot-map.cc93 …_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]); in hb_ot_map_builder_t()
151 language_index[table_index], in compile()
215 language_index[table_index], in compile()
Dhb-ot-shape-complex-private.hh326 planner->map.language_index[0], in hb_ot_shape_complex_categorize()
Dhb-ot-map-private.hh236 unsigned int script_index[2], language_index[2]; member