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() 388 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T') || in hb_ot_shape_complex_categorize() 389 planner->map.chosen_script[0] == HB_TAG ('l','a','t','n')) in hb_ot_shape_complex_categorize()
|
D | hb-ot-layout.cc | 534 hb_tag_t *chosen_script /* 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() 559 hb_tag_t *chosen_script /* OUT */) in hb_ot_layout_table_select_script() argument 569 if (chosen_script) in hb_ot_layout_table_select_script() 570 *chosen_script = script_tags[i]; in hb_ot_layout_table_select_script() 577 if (chosen_script) in hb_ot_layout_table_select_script() 578 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_layout_table_select_script() 584 if (chosen_script) in hb_ot_layout_table_select_script() 585 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE; in hb_ot_layout_table_select_script() 592 if (chosen_script) in hb_ot_layout_table_select_script() [all …]
|
D | hb-ot-map.cc | 70 …ce, table_tag, script_count, script_tags, &script_index[table_index], &chosen_script[table_index]); in hb_ot_map_builder_t() 169 m.chosen_script[table_index] = chosen_script[table_index]; in compile()
|
D | hb-ot-deprecated.h | 53 hb_tag_t *chosen_script);
|
D | hb-ot-map.hh | 163 hb_tag_t chosen_script[2]; member 271 hb_tag_t chosen_script[2]; member
|
D | hb-ot-layout.h | 172 hb_tag_t *chosen_script /* OUT */);
|
D | hb-ot-shape.cc | 135 plan.shaper->gpos_tag != plan.map.chosen_script[1]; in compile()
|
D | hb-ot-shape-complex-indic.cc | 269 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()
|