Lines Matching refs:progress
86 cd_progress_ptr progress = (cd_progress_ptr)cinfo->progress; in start_output_rle() local
142 if (progress != NULL) { in start_output_rle()
143 progress->total_extra_passes++; /* count file writing as separate pass */ in start_output_rle()
185 cd_progress_ptr progress = (cd_progress_ptr)cinfo->progress; in finish_output_rle() local
218 if (progress != NULL) { in finish_output_rle()
219 progress->pub.pass_limit = cinfo->output_height; in finish_output_rle()
220 progress->pub.pass_counter = 0; in finish_output_rle()
221 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in finish_output_rle()
232 if (progress != NULL) { in finish_output_rle()
233 progress->pub.pass_counter++; in finish_output_rle()
234 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in finish_output_rle()
254 if (progress != NULL) { in finish_output_rle()
255 progress->pub.pass_counter++; in finish_output_rle()
256 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in finish_output_rle()
263 if (progress != NULL) in finish_output_rle()
264 progress->completed_extra_passes++; in finish_output_rle()