Lines Matching refs:row
91 * \param row row of pixel in the image (0 for 1D images)
103 GLint img, GLint row, GLint column )
151 + (skiprows + row) * bytes_per_row
174 /* set pixel_addr to the last row */
185 + (skiprows + row) * bytes_per_row
206 * \param row row of pixel in the image (0 for 1D images)
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column);
247 GLint row, GLint column )
250 format, type, 0, row, column);
259 GLint img, GLint row, GLint column )
262 format, type, img, row, column);
312 /* negate the bytes per row (negative row stride) */
378 * \param destStride row stride in dest buffer
393 GLint row, col;
395 #define SET_PIXEL(COL, ROW) \
396 destBuffer[(ROW) * destStride + (COL)] = onValue;
398 for (row = 0; row < height; row++) {
407 SET_PIXEL(col, row);
419 /* get ready for next row */
429 SET_PIXEL(col, row);
441 /* get ready for next row */
447 } /* row */
584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
639 /* adjust destY so it's the first row to write to */