Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc34 hb_vector_t<hb_ms_range_record_t> &range_records /* OUT */) in hb_ms_setup_features() argument
37 range_records.shrink(0); in hb_ms_setup_features()
84 auto *range = range_records.push (); in hb_ms_setup_features()
123 if (!range_records.length) /* No active feature found. */ in hb_ms_setup_features()
127 for (unsigned int i = 0; i < range_records.length; i++) in hb_ms_setup_features()
129 auto *range = &range_records[i]; in hb_ms_setup_features()
138 hb_vector_t<hb_ms_range_record_t> &range_records, in hb_ms_make_feature_ranges() argument
148 auto *last_range = &range_records[0]; in hb_ms_make_feature_ranges()
Dhb-ms-feature-ranges.hh84 hb_vector_t<hb_ms_range_record_t> &range_records /* OUT */);
89 hb_vector_t<hb_ms_range_record_t> &range_records,
Dhb-coretext.cc543 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() local
606 range_record_t *range = range_records.push (); in _hb_coretext_shape()
814 if (num_features && range_records.length) in _hb_coretext_shape()
817 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()
963 for (unsigned int i = 0; i < range_records.length; i++) in _hb_coretext_shape()
964 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()
1226 for (unsigned int i = 0; i < range_records.length; i++) in _hb_coretext_shape()
1227 if (range_records[i].font) in _hb_coretext_shape()
1228 CFRelease (range_records[i].font); in _hb_coretext_shape()
Dhb-directwrite.cc649 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_directwrite_shape() local
650 if (hb_ms_setup_features (features, num_features, feature_records, range_records)) in _hb_directwrite_shape()
652 range_records, in _hb_directwrite_shape()
Dhb-uniscribe.cc720 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_uniscribe_shape() local
726 range_records); in _hb_uniscribe_shape()
741 range_records, in _hb_uniscribe_shape()