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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdpostct.c43 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member in struct:__anon719
120 post->starting_row = post->next_row = 0;
172 if (post->next_row == 0) {
179 old_next_row = post->next_row;
182 post->buffer, &post->next_row, post->strip_height);
186 if (post->next_row > old_next_row) {
187 num_rows = post->next_row - old_next_row;
194 if (post->next_row >= post->strip_height) {
196 post->next_row = 0;
216 if (post->next_row
[all...]

Completed in 29 milliseconds