Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc166 map->add_gsub_pause (nuke_joiners); in collect_features_arabic()
171 map->add_gsub_pause (NULL); in collect_features_arabic()
177 map->add_gsub_pause (NULL); in collect_features_arabic()
182 map->add_gsub_pause (arabic_fallback_shape); in collect_features_arabic()
185 map->add_gsub_pause (NULL); in collect_features_arabic()
Dhb-ot-shape-complex-sea.cc86 map->add_gsub_pause (setup_syllables); in collect_features_sea()
93 map->add_gsub_pause (initial_reordering); in collect_features_sea()
97 map->add_gsub_pause (NULL); in collect_features_sea()
99 map->add_gsub_pause (final_reordering); in collect_features_sea()
Dhb-ot-shape-complex-myanmar.cc94 map->add_gsub_pause (setup_syllables); in collect_features_myanmar()
102 map->add_gsub_pause (initial_reordering); in collect_features_myanmar()
106 map->add_gsub_pause (NULL); in collect_features_myanmar()
108 map->add_gsub_pause (final_reordering); in collect_features_myanmar()
Dhb-ot-shape-complex-indic.cc437 map->add_gsub_pause (setup_syllables); in collect_features_indic()
446 map->add_gsub_pause (initial_reordering); in collect_features_indic()
449 map->add_gsub_pause (NULL); in collect_features_indic()
451 map->add_gsub_pause (final_reordering); in collect_features_indic()
459 map->add_gsub_pause (clear_syllables); in collect_features_indic()
Dhb-ot-map-private.hh193 inline void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func) in add_gsub_pause() function
Dhb-ot-map.cc250 add_gsub_pause (NULL); in compile()