Home | History | Annotate | Download | only in swrast

Lines Matching refs:row

103    GLint sy, dy, stepy, row;
149 for (row = 0; row < height; row++) {
151 width, srcx, sy + row, p );
163 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
166 /* Get row/span of source pixels */
451 GLint row;
559 for (row = 0; row < height; row++) {