Home
last modified time | relevance | path

Searched refs:chosen_script (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex.hh213 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()
Dhb-ot-layout.cc534 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 …]
Dhb-ot-map.cc70 …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()
Dhb-ot-deprecated.h53 hb_tag_t *chosen_script);
Dhb-ot-map.hh163 hb_tag_t chosen_script[2]; member
271 hb_tag_t chosen_script[2]; member
Dhb-ot-layout.h172 hb_tag_t *chosen_script /* OUT */);
Dhb-ot-shape.cc135 plan.shaper->gpos_tag != plan.map.chosen_script[1]; in compile()
Dhb-ot-shape-complex-indic.cc269 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()