Lines Matching full:out_row_ctr
51 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
62 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
128 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
136 max_rows = out_rows_avail - *out_row_ctr;
145 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
146 *out_row_ctr += num_rows;
160 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
180 /* but we advance out_row_ctr so outer loop can tell when we're done. */
185 *out_row_ctr += num_rows;
204 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
219 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */
229 post->buffer + post->next_row, output_buf + *out_row_ctr,
231 *out_row_ctr += num_rows;