Lines Matching defs:row
55 jvirt_sarray_ptr whole_image; /* needed to reverse row order */
56 JDIMENSION data_width; /* JSAMPLEs per row */
57 JDIMENSION row_width; /* physical width of one row in the BMP file */
58 int pad_bytes; /* number of padding bytes needed per row */
59 JDIMENSION cur_output_row; /* next row# to write to virtual array */
70 JSAMPLE *iobuffer; /* I/O buffer (used to buffer a single row to
108 /* Access next row in virtual array */
182 /* Access next row in virtual array */
438 JDIMENSION row;
449 for (row = cinfo->output_height; row > 0; row--) {
451 progress->pub.pass_counter = (long)(cinfo->output_height - row);
456 ((j_common_ptr)cinfo, dest->whole_image, row - 1, (JDIMENSION)1,