Home
last modified time | relevance | path

Searched defs:feature_records (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ms-feature-ranges.hh86 hb_vector_t<hb_ms_feature_t> &feature_records, /* OUT */ in hb_ms_setup_features()
190 hb_ms_make_feature_ranges (hb_vector_t<hb_ms_feature_t> &feature_records, in hb_ms_make_feature_ranges()
H A Dhb-uniscribe.cc719 hb_vector_t<hb_ms_feature_t> feature_records; in _hb_uniscribe_shape() local
H A Dhb-directwrite.cc639 hb_vector_t<hb_ms_feature_t> feature_records; in _hb_directwrite_shape() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs435 pub fn feature_records(&self) -> &'a [FeatureRecord] { in feature_records() method