Searched refs:buffer_width (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/3rdparty/libjpeg/ |
H A D | wrppm.c | 75 size_t buffer_width; /* width of I/O buffer */ member 96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows() 149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb() 167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 232 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm() 234 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
|
H A D | wrtarga.c | 48 JDIMENSION buffer_width; /* width of one row */ member 117 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 135 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows() 159 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 242 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa() 244 JPOOL_IMAGE, (size_t) dest->buffer_width * SIZEOF(char)); in jinit_write_targa() 248 JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1); in jinit_write_targa()
|
H A D | rdppm.c | 75 size_t buffer_width; /* width of I/O buffer */ member 205 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row() 231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row() 263 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row() 280 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row() 307 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row() 433 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm() 436 ((j_common_ptr) cinfo, JPOOL_IMAGE, source->buffer_width); in start_input_ppm()
|