Lines Matching refs:index
307 assert(gr->index <= gr->num_vertices);
310 gr->vertices, gr->index,
312 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1,
315 if (gr->num_vertices <= gr->index)
319 gr->vertices + gr->index*2,
320 gr->num_vertices - gr->index,
322 xoffset - gr->index*2 - 1, yoffset, yscale);
848 if (pane->dyn_ceil_last_ran != gr->index) {
865 pane->dyn_ceil_last_ran = gr->index;
968 if (gr->index == gr->pane->max_num_vertices) {
970 gr->vertices[1] = gr->vertices[(gr->index-1)*2+1];
971 gr->index = 1;
973 gr->vertices[(gr->index)*2+0] = (float) (gr->index * 2);
974 gr->vertices[(gr->index)*2+1] = (float) value;
975 gr->index++;