Searched refs:num_lines (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcapistd.c69 * This should be less than the supplied num_lines only in case that
76 * so that the application need not adjust num_lines for end-of-image
82 JDIMENSION num_lines)
108 if (num_lines > rows_left)
109 num_lines = rows_left;
112 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
125 JDIMENSION num_lines)
153 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h944 JDIMENSION num_lines));
950 JDIMENSION num_lines));

Completed in 37 milliseconds