Home
last modified time | relevance | path

Searched defs:hb_ot_map_builder_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.hh199 struct hb_ot_map_builder_t struct
212 void add_feature (const hb_ot_map_feature_t &feat) in add_feature()
215 void enable_feature (hb_tag_t tag, in enable_feature()
220 void disable_feature (hb_tag_t tag) in disable_feature()
223 void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func) in add_gsub_pause()
225 void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func) in add_gpos_pause()
242 struct feature_info_t {
259 struct stage_info_t {
268 hb_face_t *face;
269 hb_segment_properties_t props;
[all …]
Dhb-ot-map.cc41 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, in hb_ot_map_builder_t() function in hb_ot_map_builder_t