Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc737 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape() local
740 range_record_t *range = last_range; in _hb_coretext_shape()
745 if (range != last_range) in _hb_coretext_shape()
747 if (last_range->font) in _hb_coretext_shape()
749 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
754 last_range = range; in _hb_coretext_shape()
756 if (start != chars_len && last_range->font) in _hb_coretext_shape()
758 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
Dhb-uniscribe.cc853 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape() local
857 range_record_t *range = last_range; in _hb_uniscribe_shape()
881 last_range = range; in _hb_uniscribe_shape()