Searched refs:chosen_script (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex.hh | 213 if ((planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT || in hb_ot_shape_complex_categorize() 259 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T') || in hb_ot_shape_complex_categorize() 260 planner->map.chosen_script[0] == HB_TAG ('l','a','t','n')) in hb_ot_shape_complex_categorize() 262 else if ((planner->map.chosen_script[0] & 0x000000FF) == '3') in hb_ot_shape_complex_categorize() 278 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T') || in hb_ot_shape_complex_categorize() 279 planner->map.chosen_script[0] == HB_TAG ('l','a','t','n') || in hb_ot_shape_complex_categorize() 280 planner->map.chosen_script[0] == HB_TAG ('m','y','m','r')) in hb_ot_shape_complex_categorize() 385 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T') || in hb_ot_shape_complex_categorize() 386 planner->map.chosen_script[0] == HB_TAG ('l','a','t','n')) in hb_ot_shape_complex_categorize()
|
D | hb-ot-layout.cc | 383 hb_tag_t *chosen_script) in hb_ot_layout_table_choose_script() argument 387 …t_table_select_script (face, table_tag, t - script_tags, script_tags, script_index, chosen_script); in hb_ot_layout_table_choose_script() 401 hb_tag_t *chosen_script /* OUT */) in hb_ot_layout_table_select_script() argument 411 if (chosen_script) in hb_ot_layout_table_select_script() 412 *chosen_script = script_tags[i]; in hb_ot_layout_table_select_script() 419 if (chosen_script) in hb_ot_layout_table_select_script() 420 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_layout_table_select_script() 426 if (chosen_script) in hb_ot_layout_table_select_script() 427 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE; in hb_ot_layout_table_select_script() 434 if (chosen_script) in hb_ot_layout_table_select_script() [all …]
|
D | hb-ot-map.cc | 66 …ce, table_tag, script_count, script_tags, &script_index[table_index], &chosen_script[table_index]); in hb_ot_map_builder_t() 165 m.chosen_script[table_index] = chosen_script[table_index]; in compile()
|
D | hb-ot-map.hh | 163 hb_tag_t chosen_script[2]; member 271 hb_tag_t chosen_script[2]; member
|
D | hb-ot-deprecated.h | 49 hb_tag_t *chosen_script);
|
D | hb-ot-layout.h | 161 hb_tag_t *chosen_script /* OUT */);
|
D | hb-ot-shape.cc | 114 plan.shaper->gpos_tag != plan.map.chosen_script[1]; in compile()
|
D | hb-ot-shape-complex-indic.cc | 302 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()
|