Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-map.hh63 struct feature_info_t struct
65 hb_aat_layout_feature_type_t type;
66 hb_aat_layout_feature_selector_t setting;
67 bool is_exclusive;
68 unsigned seq; /* For stable sorting only. */
70 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
81 int cmp (const feature_info_t& f) const in cmp()
H A Dhb-ot-map.hh255 struct feature_info_t { struct
256 hb_tag_t tag;
257 unsigned int seq; /* sequence#, used for stable sorting only */
258 unsigned int max_value;
259 hb_ot_map_feature_flags_t flags;
260 unsigned int default_value; /* for non-global features, what should the unset glyphs take */
261 unsigned int stage[2]; /* GSUB/GPOS */
263 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()