Home | History | Annotate | Download | only in draw

Lines Matching defs:inlist

246                       struct vertex_header **inlist,
281 header.v[0] = inlist[0]; /* the provoking vertex */
282 header.v[1] = inlist[i-1];
283 header.v[2] = inlist[i];
286 header.v[0] = inlist[i-1];
287 header.v[1] = inlist[i];
288 header.v[2] = inlist[0]; /* the provoking vertex */
398 struct vertex_header **inlist = a;
410 inlist[0] = header->v[0];
411 inlist[1] = header->v[1];
412 inlist[2] = header->v[2];
422 prov_vertex = inlist[0];
425 prov_vertex = inlist[2];
463 struct vertex_header *vert_prev = inlist[0];
477 inlist[n] = inlist[0]; /* prevent rotation of vertices */
481 inlist[i];
555 struct vertex_header **tmp = inlist;
556 inlist = outlist;
573 if (inlist[0] != header->v[0]) {
577 inlist[0] = dup_vert(stage, inlist[0], tmpnr++);
578 copy_flat(stage, inlist[0], header->v[0]);
582 if (inlist[0] != header->v[2]) {
586 inlist[0] = dup_vert(stage, inlist[0], tmpnr++);
587 copy_flat(stage, inlist[0], header->v[2]);
594 emit_poly(stage, inlist, inEdges, n, header);