Searched refs:range_records (Results 1 – 2 of 2) sorted by relevance
525 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape() local592 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()
622 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape() local676 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()