Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:pub

57   struct djpeg_dest_struct pub; /* public fields */
135 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
137 dest->pub.buffer_height = 1;
139 dest->pub.put_pixel_rows = rle_put_pixel_rows;
162 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
190 header.rle_file = dest->pub.output_file;
218 progress->pub.pass_limit = cinfo->output_height;
219 progress->pub.pass_counter = 0;
220 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
232 progress->pub.pass_counter++;
233 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
254 progress->pub.pass_counter++;
255 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
268 fflush(dest->pub.output_file);
269 if (ferror(dest->pub.output_file))
287 dest->pub.start_output = start_output_rle;
288 dest->pub.finish_output = finish_output_rle;
289 dest->pub.calc_buffer_dimensions = NULL;