Lines Matching defs:row
108 * \param row row of pixel in the image (0 for 1D images)
120 GLint img, GLint row, GLint column )
168 + (skiprows + row) * bytes_per_row
191 /* set pixel_addr to the last row */
202 + (skiprows + row) * bytes_per_row
223 * \param row row of pixel in the image (0 for 1D images)
236 GLint img, GLint row, GLint column )
241 format, type, img, row, column);
264 GLint row, GLint column )
267 format, type, 0, row, column);
276 GLint img, GLint row, GLint column )
279 format, type, img, row, column);
329 /* negate the bytes per row (negative row stride) */
395 * \param destStride row stride in dest buffer
410 GLint row, col;
413 for (row = 0; row < height; row++) {
434 /* get ready for next row */
456 /* get ready for next row */
463 } /* row */
474 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
475 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
529 /* adjust destY so it's the first row to write to */
877 int row;
884 for (row = 0; row < height; row++) {