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()
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()
Dhb-ot-layout.cc383 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 …]
Dhb-ot-map.cc66 …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()
Dhb-ot-map.hh163 hb_tag_t chosen_script[2]; member
271 hb_tag_t chosen_script[2]; member
Dhb-ot-deprecated.h49 hb_tag_t *chosen_script);
Dhb-ot-layout.h161 hb_tag_t *chosen_script /* OUT */);
Dhb-ot-shape.cc114 plan.shaper->gpos_tag != plan.map.chosen_script[1]; in compile()
Dhb-ot-shape-complex-indic.cc302 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()