Searched defs:feature_info_t (Results 1 – 2 of 2) sorted by relevance
63 struct feature_info_t struct65 hb_aat_layout_feature_type_t type;66 hb_aat_layout_feature_selector_t setting;67 unsigned seq; /* For stable sorting only. */69 static int cmp (const void *pa, const void *pb) in cmp()77 int cmp (unsigned int ty) const in cmp()
242 struct feature_info_t { struct243 hb_tag_t tag;244 unsigned int seq; /* sequence#, used for stable sorting only */245 unsigned int max_value;246 hb_ot_map_feature_flags_t flags;247 unsigned int default_value; /* for non-global features, what should the unset glyphs take */248 unsigned int stage[2]; /* GSUB/GPOS */250 static int cmp (const void *pa, const void *pb) in cmp()