Searched defs:feature_info_t (Results 1 – 6 of 6) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-aat-map.hh | 63 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()
|
D | hb-ot-map.hh | 242 struct feature_info_t { struct 243 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 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-map.hh | 63 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()
|
D | hb-ot-map.hh | 242 struct feature_info_t { struct 243 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 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-map.hh | 63 struct feature_info_t struct 65 hb_aat_layout_feature_type_t type; 66 hb_aat_layout_feature_selector_t setting; 67 unsigned seq; /* For stable sorting only. */ 69 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp() 77 int cmp (hb_aat_layout_feature_type_t ty) const in cmp()
|
D | hb-ot-map.hh | 242 struct feature_info_t { struct 243 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 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
|