Searched refs:range_records (Results 1 – 5 of 5) sorted by relevance
34 hb_vector_t<hb_ms_range_record_t> &range_records /* OUT */) in hb_ms_setup_features() argument37 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() argument148 auto *last_range = &range_records[0]; in hb_ms_make_feature_ranges()
84 hb_vector_t<hb_ms_range_record_t> &range_records /* OUT */);89 hb_vector_t<hb_ms_range_record_t> &range_records,
543 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() local606 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()
649 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_directwrite_shape() local650 if (hb_ms_setup_features (features, num_features, feature_records, range_records)) in _hb_directwrite_shape()652 range_records, in _hb_directwrite_shape()
720 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_uniscribe_shape() local726 range_records); in _hb_uniscribe_shape()741 range_records, in _hb_uniscribe_shape()