Searched refs:add_feature (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-map.hh | 208 HB_INTERNAL void add_feature (hb_tag_t tag, 212 void add_feature (const hb_ot_map_feature_t &feat) 213 { add_feature (feat.tag, feat.flags); } 218 { add_feature (tag, F_GLOBAL | flags, value); } 221 { add_feature (tag, F_GLOBAL, 0); }
|
H A D | hb-ot-shape.cc | 341 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 352 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 353 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 354 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 377 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 381 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 398 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 411 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
|
H A D | hb-ot-shape-complex-khmer.cc | 115 map->add_feature (khmer_features[i]); in collect_features_khmer() 120 map->add_feature (khmer_features[i]); in collect_features_khmer()
|
H A D | hb-aat-map.hh | 58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
|
H A D | hb-aat-map.cc | 39 void hb_aat_map_builder_t::add_feature (hb_tag_t tag, unsigned value) in add_feature() function in hb_aat_map_builder_t
|
H A D | hb-ot-shape-complex-use.cc | 125 map->add_feature (HB_TAG('r','p','h','f'), F_MANUAL_ZWJ); in collect_features_use() 140 map->add_feature (use_topographical_features[i]); in collect_features_use()
|
H A D | hb-ot-shape-complex-hangul.cc | 63 map->add_feature (hangul_features[i]); in collect_features_hangul()
|
H A D | hb-ot-map.cc | 97 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_ot_map_builder_t
|
H A D | hb-ot-shape-complex-indic.cc | 196 map->add_feature (indic_features[i]); in collect_features_indic() 203 map->add_feature (indic_features[i]); in collect_features_indic()
|
H A D | hb-ot-shape-complex-arabic.cc | 213 map->add_feature (arabic_features[i], has_fallback ? F_HAS_FALLBACK : F_NONE); in collect_features_arabic()
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 1023 def add_feature(self, feature): member in SimSMTPServer 1123 self.serv.add_feature("AUTH PLAIN") 1131 self.serv.add_feature("AUTH LOGIN") 1139 self.serv.add_feature("AUTH LOGIN") 1148 self.serv.add_feature("AUTH LOGIN") 1157 self.serv.add_feature("AUTH BUGGY") 1178 self.serv.add_feature("AUTH CRAM-MD5") 1188 self.serv.add_feature("AUTH BOGUS PLAIN LOGIN CRAM-MD5") 1204 self.serv.add_feature("AUTH {}".format(mechanism)) 1545 self.serv.add_feature('AUT [all...] |
Completed in 11 milliseconds