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

Lines Matching refs:pub

38   struct djpeg_dest_struct pub; /* public fields */
102 inptr = dest->pub.buffer[0];
110 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
123 inptr = dest->pub.buffer[0];
128 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
147 inptr = dest->pub.buffer[0];
152 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
172 dest->pub.put_pixel_rows = put_demapped_gray;
174 dest->pub.put_pixel_rows = put_gray_rows;
183 outfile = dest->pub.output_file;
189 dest->pub.put_pixel_rows = put_gray_rows;
192 dest->pub.put_pixel_rows = put_pixel_rows;
240 dest->pub.start_output = start_output_tga;
241 dest->pub.finish_output = finish_output_tga;
242 dest->pub.calc_buffer_dimensions = calc_buffer_dimensions_tga;
248 dest->pub.calc_buffer_dimensions (cinfo, (djpeg_dest_ptr) dest);
254 dest->pub.buffer = (*cinfo->mem->alloc_sarray)
256 dest->pub.buffer_height = 1;