Lines Matching refs:row
59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
60 JDIMENSION source_row; /* Current source row number */
112 * Read one row of pixels.
114 * unprocessed. We must read it out in top-to-bottom row order, and if
129 /* Fetch next row from virtual array */
158 /* Fetch next row from virtual array */
194 JDIMENSION row, col;
197 /* Read the data into a virtual array in input-file row order. */
198 for (row = 0; row < cinfo->image_height; row++) {
200 progress->pub.pass_counter = (long) row;
206 row, (JDIMENSION) 1, TRUE);
231 /* And read the first row */
375 /* Compute row width in file, including padding to 4-byte boundary */
393 /* Allocate one-row buffer for returned data */