Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:pub

54   struct djpeg_dest_struct pub; /* public fields */
132 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
134 dest->pub.buffer_height = 1;
136 dest->pub.put_pixel_rows = rle_put_pixel_rows;
159 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
187 header.rle_file = dest->pub.output_file;
216 progress->pub.pass_limit = cinfo->output_height;
217 progress->pub.pass_counter = 0;
218 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
230 progress->pub.pass_counter++;
231 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
252 progress->pub.pass_counter++;
253 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
266 fflush(dest->pub.output_file);
267 if (ferror(dest->pub.output_file))
285 dest->pub.start_output = start_output_rle;
286 dest->pub.finish_output = finish_output_rle;