Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-map.hh64 struct feature_info_t struct
66 hb_aat_layout_feature_type_t type;
67 hb_aat_layout_feature_selector_t setting;
68 bool is_exclusive;
69 unsigned seq; /* For stable sorting only. */
71 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
82 int cmp (const feature_info_t& f) const in cmp()
Dhb-ot-map.hh248 struct feature_info_t { struct
249 hb_tag_t tag;
250 unsigned int seq; /* sequence#, used for stable sorting only */
251 unsigned int max_value;
252 hb_ot_map_feature_flags_t flags;
253 unsigned int default_value; /* for non-global features, what should the unset glyphs take */
254 unsigned int stage[2]; /* GSUB/GPOS */
256 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()