Searched refs:chosen_script (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-private.hh | 183 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT || in hb_ot_shape_complex_categorize() 312 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) in hb_ot_shape_complex_categorize() 334 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2')) in hb_ot_shape_complex_categorize() 336 else if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','r')) in hb_ot_shape_complex_categorize() 354 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) in hb_ot_shape_complex_categorize()
|
D | hb-ot-layout.cc | 233 hb_tag_t *chosen_script) in hb_ot_layout_table_choose_script() argument 241 if (chosen_script) in hb_ot_layout_table_choose_script() 242 *chosen_script = *script_tags; in hb_ot_layout_table_choose_script() 250 if (chosen_script) in hb_ot_layout_table_choose_script() 251 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_layout_table_choose_script() 257 if (chosen_script) in hb_ot_layout_table_choose_script() 258 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE; in hb_ot_layout_table_choose_script() 265 if (chosen_script) in hb_ot_layout_table_choose_script() 266 *chosen_script = HB_OT_TAG_LATIN_SCRIPT; in hb_ot_layout_table_choose_script() 271 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 234 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 | 556 …indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000… in data_create_indic()
|