Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-input.hh83 struct hb_subset_input_t struct
85 hb_object_header_t header;
87 struct sets_t {
98 union {
103 unsigned flags;
104 bool attach_accelerator_data = false;
107 bool force_long_loca = false;
109 hb_hashmap_t<hb_tag_t, float> *axes_location;
111 hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides;
114 inline unsigned num_sets () const in num_sets()
[all …]
Dhb-subset.h41 typedef struct hb_subset_input_t hb_subset_input_t; typedef