Home
last modified time | relevance | path

Searched defs:add_feature (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-map.cc34 void hb_aat_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_aat_map_builder_t
Dhb-ot-map.cc78 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_ot_map_builder_t
Dhb-ot-map.hh212 void add_feature (const hb_ot_map_feature_t &feat) in add_feature() function
/third_party/skia/third_party/externals/harfbuzz/src/
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
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
Dhb-ot-map.hh212 void add_feature (const hb_ot_map_feature_t &feat) in add_feature() function
/third_party/harfbuzz/src/
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
Dhb-ot-map.cc82 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_ot_map_builder_t
Dhb-ot-map.hh212 void add_feature (const hb_ot_map_feature_t &feat) in add_feature() function
/third_party/python/Lib/test/
Dtest_smtplib.py1021 def add_feature(self, feature): member in SimSMTPServer