Lines Matching refs:row
54 GLint row, col;
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) {
154 GLint row, col;
175 for (row=0; row<height; row++, span.y++) {
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
195 /* get ready for next row */
215 /* get ready for next row */