Searched refs:range_records (Results 1 – 2 of 2) sorted by relevance
462 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape() local529 range_record_t *range = range_records.push (); in _hb_coretext_shape()600 if (!range_records.len) /* No active feature found. */ in _hb_coretext_shape()737 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape()840 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()841 if (range_records[i].font && CFEqual (run_ct_font, range_records[i].font)) in _hb_coretext_shape()1074 for (unsigned int i = 0; i < range_records.len; i++) in _hb_coretext_shape()1075 if (range_records[i].font) in _hb_coretext_shape()1076 CFRelease (range_records[i].font); in _hb_coretext_shape()
610 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape() local664 range_record_t *range = range_records.push (); in _hb_uniscribe_shape()709 if (!range_records.len) /* No active feature found. */ in _hb_uniscribe_shape()713 for (unsigned int i = 0; i < range_records.len; i++) in _hb_uniscribe_shape()715 range_record_t *range = &range_records[i]; in _hb_uniscribe_shape()853 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape()