Searched defs:feature_map_t (Results 1 – 1 of 1) sorted by relevance
45 struct feature_map_t { struct46 hb_tag_t tag; /* should be first for our bsearch to work */47 unsigned int index[2]; /* GSUB/GPOS */48 unsigned int stage[2]; /* GSUB/GPOS */49 unsigned int shift;50 hb_mask_t mask;51 hb_mask_t _1_mask; /* mask for value=1, for quick access */52 unsigned int needs_fallback : 1;53 unsigned int auto_zwj : 1;55 static int cmp (const feature_map_t *a, const feature_map_t *b) in cmp()