Lines Matching refs:JDIMENSION
69 JDIMENSION row; /* current row # in the virtual array */
84 JDIMENSION width, height; in start_input_rle()
160 (JDIMENSION) width, (JDIMENSION) cinfo->input_components); in start_input_rle()
166 (JDIMENSION) (width * source->header.ncolors), in start_input_rle()
167 (JDIMENSION) height, (JDIMENSION) 1); in start_input_rle()
186 METHODDEF(JDIMENSION)
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_rle_row()
204 METHODDEF(JDIMENSION)
209 JDIMENSION col; in get_pseudocolor_row()
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_pseudocolor_row()
240 METHODDEF(JDIMENSION)
244 JDIMENSION row, col; in load_image()
276 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()
291 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()
314 ((j_common_ptr) cinfo, source->image, row, (JDIMENSION) 1, TRUE); in load_image()