Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh143 struct hb_subset_layout_context_t : struct
146 const char *get_name () { return "SUBSET_LAYOUT"; } in get_name()
147 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()
149 bool visitScript () in visitScript()
154 bool visitLangSys () in visitLangSys()
159 bool visitFeatureIndex (int count) in visitFeatureIndex()
165 bool visitLookupIndex() in visitLookupIndex()
171 hb_subset_context_t *subset_context;
172 const hb_tag_t table_tag;
173 const hb_map_t *lookup_index_map;
[all …]