Searched refs:index_last (Results 1 – 3 of 3) sorted by relevance
321 unsigned int index_last; /* == end - 1 */ member693 range->index_last = event->index - 1; in _hb_uniscribe_shape()862 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape()
429 unsigned int index_last; /* == end - 1 */ member576 range->index_last = event->index - 1; in _hb_coretext_shape()728 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
8970 int index, index_last, align, l, nb_elems, elem_size;8983 index = index_last = expr_const();8986 index_last = expr_const();8990 if (index < 0 || (s->c >= 0 && index_last >= s->c) ||8991 index_last < index)8994 (*cur_field)->c = index_last;8998 nb_elems = index_last - index + 1;