Lines Matching full:ystep
3310 int ystep; // how far through vertical expansion we are3352 r->ystep = r->vs >> 1;3373 int y_bot = r->ystep >= (r->vs >> 1);3378 if (++r->ystep >= r->vs) {3379 r->ystep = 0;