Lines Matching refs:JDIMENSION
72 JDIMENSION row; /* current row # in the virtual array */
87 JDIMENSION width, height; in start_input_rle()
163 (JDIMENSION) width, (JDIMENSION) cinfo->input_components); in start_input_rle()
169 (JDIMENSION) (width * source->header.ncolors), in start_input_rle()
170 (JDIMENSION) height, (JDIMENSION) 1); in start_input_rle()
189 METHODDEF(JDIMENSION)
196 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_rle_row()
207 METHODDEF(JDIMENSION)
212 JDIMENSION col; in get_pseudocolor_row()
220 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_pseudocolor_row()
243 METHODDEF(JDIMENSION)
247 JDIMENSION row, col; in load_image()
278 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()
293 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()
316 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()