Home | History | Annotate | Download | only in src

Lines Matching defs:pnext

49     int pprev = start, pcur = pprev + incr, pnext = pcur + incr;
62 stack[2] = pnext;
66 while( pnext != end )
70 int nexty = array[pnext]->y;
76 int bx = array[pnext]->x - array[pcur]->x;
83 pcur = pnext;
84 pnext += incr;
85 stack[stacksize] = pnext;
92 pcur = pnext;
94 pnext += incr;
95 stack[2] = pnext;
99 stack[stacksize-2] = pnext;
108 pnext += incr;
109 stack[stacksize-1] = pnext;
122 int pprev = start, pcur = pprev + incr, pnext = pcur + incr;
135 stack[2] = pnext;
139 while( pnext != end )
143 float nexty = array[pnext]->y;
149 float bx = array[pnext]->x - array[pcur]->x;
156 pcur = pnext;
157 pnext += incr;
158 stack[stacksize] = pnext;
165 pcur = pnext;
167 pnext += incr;
168 stack[2] = pnext;
173 stack[stacksize-2] = pnext;
182 pnext += incr;
183 stack[stacksize-1] = pnext;