Lines Matching refs:out_row_ctr
50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
63 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
129 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
137 max_rows = out_rows_avail - *out_row_ctr;
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
161 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
181 /* but we advance out_row_ctr so outer loop can tell when we're done. */
186 *out_row_ctr += num_rows;
205 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
220 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */
230 post->buffer + post->next_row, output_buf + *out_row_ctr,
232 *out_row_ctr += num_rows;