Lines Matching full:progress
87 /* Call progress monitor hook if present */
88 if (cinfo->progress != NULL) {
89 cinfo->progress->pass_counter = (long) cinfo->next_scanline;
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
91 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
132 /* Call progress monitor hook if present */
133 if (cinfo->progress != NULL) {
134 cinfo->progress->pass_counter = (long) cinfo->next_scanline;
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
136 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);