Home
last modified time | relevance | path

Searched defs:feature_info_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh197 struct feature_info_t { struct
198 hb_tag_t tag;
199 unsigned int seq; /* sequence#, used for stable sorting only */
200 unsigned int max_value;
201 hb_ot_map_feature_flags_t flags;
202 unsigned int default_value; /* for non-global features, what should the unset glyphs take */
203 unsigned int stage[2]; /* GSUB/GPOS */
205 static int cmp (const feature_info_t *a, const feature_info_t *b) in cmp()