Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-private.hh190 if ((planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT || in hb_ot_shape_complex_categorize()
251 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) in hb_ot_shape_complex_categorize()
273 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2')) in hb_ot_shape_complex_categorize()
275 else if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','r')) in hb_ot_shape_complex_categorize()
352 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) in hb_ot_shape_complex_categorize()
Dhb-ot-layout.cc273 hb_tag_t *chosen_script) in hb_ot_layout_table_choose_script() argument
281 if (chosen_script) in hb_ot_layout_table_choose_script()
282 *chosen_script = *script_tags; in hb_ot_layout_table_choose_script()
290 if (chosen_script) in hb_ot_layout_table_choose_script()
291 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_layout_table_choose_script()
297 if (chosen_script) in hb_ot_layout_table_choose_script()
298 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE; in hb_ot_layout_table_choose_script()
305 if (chosen_script) in hb_ot_layout_table_choose_script()
306 *chosen_script = HB_OT_TAG_LATIN_SCRIPT; in hb_ot_layout_table_choose_script()
311 if (chosen_script) in hb_ot_layout_table_choose_script()
[all …]
Dhb-ot-map.cc92 …ose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]); in hb_ot_map_builder_t()
145 m.chosen_script[table_index] = chosen_script[table_index]; in compile()
Dhb-ot-map-private.hh137 hb_tag_t chosen_script[2]; member
222 hb_tag_t chosen_script[2]; member
Dhb-ot-layout.h118 hb_tag_t *chosen_script);
Dhb-ot-shape-complex-indic.cc537 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()