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

Lines Matching refs:pub

50   struct djpeg_dest_struct pub; /* public fields */
104 inptr = dest->pub.buffer[0];
156 inptr = dest->pub.buffer[0];
255 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14)
257 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40)
315 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14)
317 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12)
336 FILE *outfile = dest->pub.output_file;
386 register FILE *outfile = dest->pub.output_file;
402 progress->pub.pass_counter = (long) (cinfo->output_height - row);
403 progress->pub.pass_limit = (long) cinfo->output_height;
404 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
438 dest->pub.start_output = start_output_bmp;
439 dest->pub.finish_output = finish_output_bmp;
440 dest->pub.calc_buffer_dimensions = NULL;
444 dest->pub.put_pixel_rows = put_gray_rows;
447 dest->pub.put_pixel_rows = put_gray_rows;
449 dest->pub.put_pixel_rows = put_pixel_rows;
451 dest->pub.put_pixel_rows = put_pixel_rows;
487 dest->pub.buffer = (*cinfo->mem->alloc_sarray)
489 dest->pub.buffer_height = 1;