Lines Matching defs:feature_map_t
48 struct feature_map_t { struct
49 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;
58 unsigned int random : 1;
59 unsigned int per_syllable : 1;
61 int cmp (const hb_tag_t tag_) const in cmp()
64 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()