Lines Matching refs:row
55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
56 JDIMENSION current_row; /* Current logical row number to read */
70 /* This saves the correct pixel-row-expansion method for preload_image */
167 * Read one row of pixels.
268 * row order. The entire image has already been read into whole_image
269 * with proper conversion of pixel format, but it's in a funny row order.
278 /* Compute row of source that maps to current_row of normal order */
283 /* Fetch that row from virtual array */
303 JDIMENSION row;
306 /* Read the data into a virtual array in input-file row order. */
307 for (row = 0; row < cinfo->image_height; row++) {
309 progress->pub.pass_counter = (long) row;
314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE);
323 /* And read the first row */
435 /* Don't need a virtual array, but do need a one-row input buffer. */