Lines Matching refs:pub
53 struct cjpeg_source_struct pub; /* public fields */ member
71 register FILE *infile = sinfo->pub.input_file; in read_byte()
137 outptr = source->pub.buffer[0]; in get_8bit_row()
168 outptr = source->pub.buffer[0]; in get_24bit_row()
190 register FILE *infile = source->pub.input_file; in preload_image()
200 progress->pub.pass_counter = (long) row; in preload_image()
201 progress->pub.pass_limit = (long) cinfo->image_height; in preload_image()
202 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in preload_image()
221 source->pub.get_pixel_rows = get_8bit_row; in preload_image()
224 source->pub.get_pixel_rows = get_24bit_row; in preload_image()
232 return (*source->pub.get_pixel_rows) (cinfo, sinfo); in preload_image()
265 if (! ReadOK(source->pub.input_file, bmpfileheader, 14)) in start_input_bmp()
275 if (! ReadOK(source->pub.input_file, bmpinfoheader, 4)) in start_input_bmp()
280 if (! ReadOK(source->pub.input_file, bmpinfoheader+4, headerSize-4)) in start_input_bmp()
387 source->pub.get_pixel_rows = preload_image; in start_input_bmp()
394 source->pub.buffer = (*cinfo->mem->alloc_sarray) in start_input_bmp()
397 source->pub.buffer_height = 1; in start_input_bmp()
433 source->pub.start_input = start_input_bmp; in jinit_read_bmp()
434 source->pub.finish_input = finish_input_bmp; in jinit_read_bmp()