Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc466 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() local
523 range_record_t *range = range_records.push (); in _hb_coretext_shape()
719 if (num_features && range_records.length) in _hb_coretext_shape()
722 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()
868 for (unsigned int i = 0; i < range_records.length; i++) in _hb_coretext_shape()
869 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()
1131 for (unsigned int i = 0; i < range_records.length; i++) in _hb_coretext_shape()
1132 if (range_records[i].font) in _hb_coretext_shape()
1133 CFRelease (range_records[i].font); in _hb_coretext_shape()
Dhb-uniscribe.cc622 hb_vector_t<range_record_t> range_records; in _hb_uniscribe_shape() local
670 range_record_t *range = range_records.push (); in _hb_uniscribe_shape()
710 if (!range_records.length) /* No active feature found. */ in _hb_uniscribe_shape()
714 for (unsigned int i = 0; i < range_records.length; i++) in _hb_uniscribe_shape()
716 range_record_t *range = &range_records[i]; in _hb_uniscribe_shape()
855 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape()