Searched defs:feature_map_t (Results 1 – 1 of 1) sorted by relevance
48 struct feature_map_t { struct49 hb_tag_t tag; /* should be first for our bsearch to work */50 unsigned int index[2]; /* GSUB/GPOS */51 unsigned int stage[2]; /* GSUB/GPOS */52 unsigned int shift;53 hb_mask_t mask;54 hb_mask_t _1_mask; /* mask for value=1, for quick access */55 unsigned int needs_fallback : 1;56 unsigned int auto_zwnj : 1;57 unsigned int auto_zwj : 1;[all …]