Home
last modified time | relevance | path

Searched refs:add_feature (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.hh208 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 Dhb-ot-shape.cc341 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 Dhb-ot-shape-complex-khmer.cc115 map->add_feature (khmer_features[i]); in collect_features_khmer()
120 map->add_feature (khmer_features[i]); in collect_features_khmer()
H A Dhb-aat-map.hh58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
H A Dhb-aat-map.cc39 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 Dhb-ot-shape-complex-use.cc125 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 Dhb-ot-shape-complex-hangul.cc63 map->add_feature (hangul_features[i]); in collect_features_hangul()
H A Dhb-ot-map.cc97 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_ot_map_builder_t
H A Dhb-ot-shape-complex-indic.cc196 map->add_feature (indic_features[i]); in collect_features_indic()
203 map->add_feature (indic_features[i]); in collect_features_indic()
H A Dhb-ot-shape-complex-arabic.cc213 map->add_feature (arabic_features[i], has_fallback ? F_HAS_FALLBACK : F_NONE); in collect_features_arabic()
/third_party/python/Lib/test/
H A Dtest_smtplib.py1023 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