Searched refs:add_global_bool_feature (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic.cc | 206 map->add_global_bool_feature (HB_TAG('s','t','c','h')); in collect_features_arabic() 209 map->add_global_bool_feature (HB_TAG('c','c','m','p')); in collect_features_arabic() 210 map->add_global_bool_feature (HB_TAG('l','o','c','l')); in collect_features_arabic() 225 map->add_global_bool_feature (HB_TAG('c','a','l','t')); in collect_features_arabic() 237 map->add_global_bool_feature (HB_TAG('m','s','e','t')); in collect_features_arabic()
|
D | hb-ot-shape-complex-use.cc | 125 map->add_global_bool_feature (HB_TAG('l','o','c','l')); in collect_features_use() 126 map->add_global_bool_feature (HB_TAG('c','c','m','p')); in collect_features_use() 127 map->add_global_bool_feature (HB_TAG('n','u','k','t')); in collect_features_use() 128 map->add_global_bool_feature (HB_TAG('a','k','h','n')); in collect_features_use()
|
D | hb-ot-shape-complex-tibetan.cc | 43 plan->map.add_global_bool_feature (*script_features); in collect_features_tibetan()
|
D | hb-ot-shape.cc | 74 map->add_global_bool_feature (HB_TAG ('l','t','r','a')); in hb_ot_shape_collect_features() 75 map->add_global_bool_feature (HB_TAG ('l','t','r','m')); in hb_ot_shape_collect_features() 78 map->add_global_bool_feature (HB_TAG ('r','t','l','a')); in hb_ot_shape_collect_features() 96 map->add_global_bool_feature (common_features[i]); in hb_ot_shape_collect_features()
|
D | hb-ot-shape-complex-myanmar.cc | 96 map->add_global_bool_feature (HB_TAG('l','o','c','l')); in collect_features_myanmar() 99 map->add_global_bool_feature (HB_TAG('c','c','m','p')); in collect_features_myanmar()
|
D | hb-ot-map-private.hh | 177 inline void add_global_bool_feature (hb_tag_t tag) in add_global_bool_feature() function
|
D | hb-ot-shape-complex-indic.cc | 420 map->add_global_bool_feature (HB_TAG('l','o','c','l')); in collect_features_indic() 423 map->add_global_bool_feature (HB_TAG('c','c','m','p')); in collect_features_indic() 437 map->add_global_bool_feature (HB_TAG('c','a','l','t')); in collect_features_indic() 438 map->add_global_bool_feature (HB_TAG('c','l','i','g')); in collect_features_indic()
|