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.hh37 struct hb_subset_input_t struct
39 hb_object_header_t header;
41 hb_set_t *unicodes;
42 hb_set_t *glyphs;
44 bool drop_hints : 1;
45 bool drop_layout : 1;
46 bool desubroutinize : 1;
Dhb-subset.h40 typedef struct hb_subset_input_t hb_subset_input_t; typedef