Lines Matching refs:JDIMENSION
122 JDIMENSION cur_row_number; /* need to know actual row number */
123 JDIMENSION pass2_offset; /* # of pixel rows in pass 1 */
124 JDIMENSION pass3_offset; /* # of pixel rows in passes 1&2 */
125 JDIMENSION pass4_offset; /* # of pixel rows in passes 1,2,3 */
132 METHODDEF(JDIMENSION) get_pixel_rows(j_compress_ptr cinfo,
134 METHODDEF(JDIMENSION) load_interlaced_image(j_compress_ptr cinfo,
136 METHODDEF(JDIMENSION) get_interlaced_row(j_compress_ptr cinfo,
423 ((j_common_ptr)cinfo, JPOOL_IMAGE, (JDIMENSION)MAXCOLORMAPSIZE, in start_input_gif()
424 (JDIMENSION)NUMCOLORS); in start_input_gif()
509 (JDIMENSION)width, (JDIMENSION)height, (JDIMENSION)1); in start_input_gif()
521 ((j_common_ptr)cinfo, JPOOL_IMAGE, (JDIMENSION)width * NUMCOLORS, in start_input_gif()
522 (JDIMENSION)1); in start_input_gif()
549 METHODDEF(JDIMENSION)
555 register JDIMENSION col; in get_pixel_rows()
575 METHODDEF(JDIMENSION)
580 register JDIMENSION col; in load_interlaced_image()
581 JDIMENSION row; in load_interlaced_image()
592 ((j_common_ptr)cinfo, source->interlaced_image, row, (JDIMENSION)1, in load_interlaced_image()
619 METHODDEF(JDIMENSION)
625 register JDIMENSION col; in get_interlaced_row()
627 JDIMENSION irow; in get_interlaced_row()
645 ((j_common_ptr)cinfo, source->interlaced_image, irow, (JDIMENSION)1, in get_interlaced_row()