Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc565 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape() local
632 range_record_t *range = range_records.push (); in _hb_coretext_shape()
703 if (!range_records.len) /* No active feature found. */ in _hb_coretext_shape()
839 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()
954 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
955 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()
1213 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()
1214 if (range_records[i].font) in _hb_coretext_shape()
1215 CFRelease (range_records[i].font); in _hb_coretext_shape()
Dhb-uniscribe.cc624 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape() local
678 range_record_t *range = range_records.push (); in _hb_uniscribe_shape()
723 if (!range_records.len) /* No active feature found. */ in _hb_uniscribe_shape()
727 for (unsigned int i = 0; i < range_records.len; i++) in _hb_uniscribe_shape()
729 range_record_t *range = &range_records[i]; in _hb_uniscribe_shape()
867 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape()