Home
last modified time | relevance | path

Searched refs:feature_records (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc33 hb_vector_t<hb_ms_feature_t> &feature_records, /* OUT */ in hb_ms_setup_features() argument
36 feature_records.shrink(0); in hb_ms_setup_features()
85 auto offset = feature_records.length; in hb_ms_setup_features()
90 … if (!j || active_features[j].fea.tag_le != feature_records[feature_records.length - 1].tag_le) in hb_ms_setup_features()
92 feature_records.push (active_features[j].fea); in hb_ms_setup_features()
97 feature_records[feature_records.length - 1].value = active_features[j].fea.value; in hb_ms_setup_features()
104 range->features.num_features = feature_records.length - offset; in hb_ms_setup_features()
130 …range->features.features = (hb_ms_feature_t *) feature_records + reinterpret_cast<uintptr_t> (rang… in hb_ms_setup_features()
137 hb_ms_make_feature_ranges (hb_vector_t<hb_ms_feature_t> &feature_records, in hb_ms_make_feature_ranges() argument
Dhb-ms-feature-ranges.hh83 hb_vector_t<hb_ms_feature_t> &feature_records, /* OUT */
88 hb_ms_make_feature_ranges (hb_vector_t<hb_ms_feature_t> &feature_records,
Dhb-directwrite.cc648 hb_vector_t<hb_ms_feature_t> feature_records; in _hb_directwrite_shape() local
650 if (hb_ms_setup_features (features, num_features, feature_records, range_records)) in _hb_directwrite_shape()
651 hb_ms_make_feature_ranges (feature_records, in _hb_directwrite_shape()
Dhb-uniscribe.cc719 hb_vector_t<hb_ms_feature_t> feature_records; in _hb_uniscribe_shape() local
725 feature_records, in _hb_uniscribe_shape()
740 hb_ms_make_feature_ranges (feature_records, in _hb_uniscribe_shape()
Dhb-coretext.cc542 hb_vector_t<feature_record_t> feature_records; in _hb_coretext_shape() local