Home | History | Annotate | Download | only in gdx2d

Lines Matching full:ystep

3310    int ystep;   // how far through vertical expansion we are
3352 r->ystep = r->vs >> 1;
3373 int y_bot = r->ystep >= (r->vs >> 1);
3378 if (++r->ystep >= r->vs) {
3379 r->ystep = 0;