Searched refs:chosen_script (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-private.hh | 190 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()
|
D | hb-ot-layout.cc | 273 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 …]
|
D | hb-ot-map.cc | 92 …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()
|
D | hb-ot-map-private.hh | 137 hb_tag_t chosen_script[2]; member 222 hb_tag_t chosen_script[2]; member
|
D | hb-ot-layout.h | 118 hb_tag_t *chosen_script);
|
D | hb-ot-shape-complex-indic.cc | 537 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()
|