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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdinput.c297 if (inputctl->pub.eoi_reached) /* After hitting EOI, read no further */
318 inputctl->pub.eoi_reached = TRUE;
349 inputctl->pub.eoi_reached = FALSE;
383 inputctl->pub.eoi_reached = FALSE;
H A Djdapimin.c344 return cinfo->inputctl->eoi_reached;
390 while (! cinfo->inputctl->eoi_reached) {
H A Djdapistd.c240 if (cinfo->inputctl->eoi_reached &&
271 ! cinfo->inputctl->eoi_reached) {
H A Djdmaster.c490 if (cinfo->buffered_image && ! cinfo->inputctl->eoi_reached) {
H A Djpegint.h158 boolean eoi_reached; /* True when EOI has been consumed */ member in struct:jpeg_input_controller
H A Djdcoefct.c487 ! cinfo->inputctl->eoi_reached) {

Completed in 36 milliseconds