Home
last modified time | relevance | path

Searched refs:hb_aat_feature_mapping_t (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout.hh35 struct hb_aat_feature_mapping_t struct
45 const hb_aat_feature_mapping_t * entry = (const hb_aat_feature_mapping_t *) entry_; in cmp() argument
52 HB_INTERNAL const hb_aat_feature_mapping_t *
Dhb-aat-layout.cc55 static const hb_aat_feature_mapping_t feature_mappings[] =
135 const hb_aat_feature_mapping_t *
138 return (const hb_aat_feature_mapping_t *) bsearch (&tag, in hb_aat_layout_find_feature_mapping()
142 hb_aat_feature_mapping_t::cmp); in hb_aat_layout_find_feature_mapping()
Dhb-aat-map.cc45 const hb_aat_feature_mapping_t *mapping = hb_aat_layout_find_feature_mapping (tag); in add_feature()
Dhb-coretext.cc492 … const hb_aat_feature_mapping_t * mapping = hb_aat_layout_find_feature_mapping (features[i].tag); in _hb_coretext_shape()