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.hh201 struct feature_info_t { struct
202 hb_tag_t tag;
203 unsigned int seq; /* sequence#, used for stable sorting only */
204 unsigned int max_value;
205 hb_ot_map_feature_flags_t flags;
206 unsigned int default_value; /* for non-global features, what should the unset glyphs take */
207 unsigned int stage[2]; /* GSUB/GPOS */
209 static int cmp (const feature_info_t *a, const feature_info_t *b) in cmp()