Home | History | Annotate | Download | only in draw

Lines Matching refs:min_index

33  * Fetch all elements in [min_index, max_index] with bias, and use the
42 const unsigned min_index = draw->pt.user.min_index;
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
58 if (idx < min_index || idx > max_index) {
71 if (max_index - min_index > icount - 1)
74 if (elt_bias < 0 && min_index < -elt_bias)
83 fetch_start = min_index + elt_bias;
84 fetch_count = max_index - min_index + 1;
87 if (min_index == 0) {
91 if (idx < min_index || idx > max_index) {
101 if (idx < min_index || idx > max_index) {
104 vsplit->draw_elts[i] = (ushort) (idx - min_index);