Searched refs:script_index (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout.cc | 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() [all …]
|
H A D | hb-ot-layout.h | 224 unsigned int *script_index /* OUT */); 231 unsigned int *script_index /* OUT */, 244 unsigned int script_index, 252 unsigned int script_index, 260 unsigned int script_index, 269 unsigned int script_index, 276 unsigned int script_index, 284 unsigned int script_index, 293 unsigned int script_index, 302 unsigned int script_index, [all …]
|
H A D | hb-ot-map.cc | 79 &script_index[table_index], in hb_ot_map_builder_t() 83 script_index[table_index], in hb_ot_map_builder_t() 118 script_index[table_index], in has_feature() 207 script_index[table_index], in compile() 246 script_index[table_index], in compile()
|
H A D | hb-ot-deprecated.h | 75 unsigned int *script_index, 82 unsigned int script_index,
|
H A D | hb-ot-map.hh | 287 unsigned int script_index[2], language_index[2]; member
|
H A D | hb-ot-layout-gsubgpos.hh | 4755 for (unsigned script_index = 0; script_index < count; script_index++) in prune_langsys() local 4757 const Tag& tag = get_script_tag (script_index); in prune_langsys() 4759 const Script& s = get_script (script_index); in prune_langsys() 4760 s.prune_langsys (&c, script_index); in prune_langsys()
|
H A D | hb-ot-layout-common.hh | 1140 unsigned script_index) const in prune_langsys() 1145 if (!c->script_langsys_map->has (script_index)) in prune_langsys() 1147 …if (unlikely (!c->script_langsys_map->set (script_index, hb::unique_ptr<hb_set_t> {hb_set_create (… in prune_langsys() 1166 c->script_langsys_map->get (script_index)->add (_.first); in prune_langsys() 1176 c->script_langsys_map->get (script_index)->add (_.first); in prune_langsys()
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | hb-info.cc | 914 for (unsigned script_index = 0; script_index < script_count; script_index++) in _list_scripts() local 919 hb_tag_t hb_sc = hb_script_to_iso15924_tag (hb_ot_tag_to_script (script_array[script_index])); in _list_scripts() 920 if (script_array[script_index] == HB_TAG ('D','F','L','T')) in _list_scripts() 925 HB_UNTAG (script_array[script_index])); in _list_scripts() 933 script_offset + script_index, in _list_scripts() 1074 unsigned script_index; in _list_features() local 1078 &script_index, &chosen_script); in _list_features() 1083 script_index, in _list_features() 1105 script_index, language_index, in _list_features()
|