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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdpostct.c40 JDIMENSION strip_height; /* buffer size in rows */ member in struct:__anon719
93 (JDIMENSION) 0, post->strip_height, TRUE);
142 if (max_rows > post->strip_height)
143 max_rows = post->strip_height;
175 post->starting_row, post->strip_height, TRUE);
182 post->buffer, &post->next_row, post->strip_height);
194 if (post->next_row >= post->strip_height) {
195 post->starting_row += post->strip_height;
219 post->starting_row, post->strip_height, FALSE);
223 num_rows = post->strip_height
[all...]

Completed in 30 milliseconds