Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc525 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape() local
592 range_record_t *range = range_records.push (); in _hb_coretext_shape()
663 if (!range_records.len) /* No active feature found. */ in _hb_coretext_shape()
799 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()
914 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
915 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()
1173 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
1174 if (range_records[i].font) in _hb_coretext_shape()
1175 CFRelease (range_records[i].font); in _hb_coretext_shape()
Dhb-uniscribe.cc622 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape() local
676 range_record_t *range = range_records.push (); in _hb_uniscribe_shape()
721 if (!range_records.len) /* No active feature found. */ in _hb_uniscribe_shape()
725 for (unsigned int i = 0; i < range_records.len; i++) in _hb_uniscribe_shape()
727 range_record_t *range = &range_records[i]; in _hb_uniscribe_shape()
865 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape()