Home | History | Annotate | Download | only in gif

Lines Matching refs:irow

114   drow_start = drow_end = gs->irow;
170 gs->irow++;
176 gs->irow += 8;
177 if (gs->irow >= gs->height) {
179 gs->irow = 4;
184 gs->irow += 8;
185 if (gs->irow >= gs->height) {
187 gs->irow = 2;
192 gs->irow += 4;
193 if (gs->irow >= gs->height) {
195 gs->irow = 1;
200 gs->irow += 2;
201 if (gs->irow >= gs->height){
203 gs->irow = 0;
210 } while (gs->irow > (gs->height - 1));
810 frame_reader->irow = 0;