Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc480 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() local
537 range_record_t *range = range_records.push (); in _hb_coretext_shape()
733 if (num_features && range_records.len) in _hb_coretext_shape()
736 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()
882 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
883 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()
1145 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
1146 if (range_records[i].font) in _hb_coretext_shape()
1147 CFRelease (range_records[i].font); in _hb_coretext_shape()
Dhb-uniscribe.cc614 hb_vector_t<range_record_t> range_records; in _hb_uniscribe_shape() local
662 range_record_t *range = range_records.push (); in _hb_uniscribe_shape()
702 if (!range_records.len) /* No active feature found. */ in _hb_uniscribe_shape()
706 for (unsigned int i = 0; i < range_records.len; i++) in _hb_uniscribe_shape()
708 range_record_t *range = &range_records[i]; in _hb_uniscribe_shape()
847 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape()