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/
H A Dhb-ms-feature-ranges.cc33 hb_vector_t<hb_ms_feature_t> &feature_records, /* OUT */ in hb_ms_setup_features()
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()
101 /* Will convert to pointer after all is ready, since feature_records.array in hb_ms_setup_features()
104 range->features.num_features = feature_records in hb_ms_setup_features()
31 hb_ms_setup_features(const hb_feature_t *features, unsigned int num_features, hb_vector_t<hb_ms_feature_t> &feature_records, hb_vector_t<hb_ms_range_record_t> &range_records ) hb_ms_setup_features() argument
137 hb_ms_make_feature_ranges(hb_vector_t<hb_ms_feature_t> &feature_records, hb_vector_t<hb_ms_range_record_t> &range_records, unsigned int chars_offset, unsigned int chars_len, uint16_t *log_clusters, hb_vector_t<hb_ms_features_t*> &range_features, hb_vector_t<uint32_t> &range_counts ) hb_ms_make_feature_ranges() argument
[all...]
H A 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,
H A 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()
H A 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()
H A Dhb-coretext.cc542 hb_vector_t<feature_record_t> feature_records; in _hb_coretext_shape() local

Completed in 7 milliseconds