jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
changeset 21278 ef8a3a2a72f2
parent 12994 a758ccd05133
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   308 
   308 
   309 /*
   309 /*
   310  * Note that with I/O suspension turned on, the JPEG library requires
   310  * Note that with I/O suspension turned on, the JPEG library requires
   311  * that all buffer filling be done at the top application level.  Due
   311  * that all buffer filling be done at the top application level.  Due
   312  * to the way that backtracking works, this procedure should save all
   312  * to the way that backtracking works, this procedure should save all
   313  * of the data that was left in the buffer when suspension occured and
   313  * of the data that was left in the buffer when suspension occurred and
   314  * only read new data at the end.
   314  * only read new data at the end.
   315  */
   315  */
   316 
   316 
   317 GLOBAL(void)
   317 GLOBAL(void)
   318 sun_jpeg_fill_suspended_buffer(j_decompress_ptr cinfo)
   318 sun_jpeg_fill_suspended_buffer(j_decompress_ptr cinfo)