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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c165 int suspendable; member in struct:sun_jpeg_source_mgr
271 * suspendable is turned on, the sun_jpeg_fill_suspended_buffer will
282 if (src->suspendable) {
407 if (src->suspendable) {
552 jsrc.suspendable = FALSE;
640 jsrc.suspendable = TRUE;
642 jsrc.suspendable = FALSE;
654 jsrc.suspendable = TRUE;
656 jsrc.suspendable = FALSE;
H A DimageioJPEG.c114 int suspendable; // Set to true to suspend input member in struct:streamBufferStruct
200 sb->suspendable = FALSE;
886 * suspendable is turned on, imageio_fill_suspended_buffer will
900 if (sb->suspendable) {
1102 if (sb->suspendable) {
1963 data->streamBuf.suspendable = FALSE;
2569 data->streamBuf.suspendable = FALSE;
2825 data->streamBuf.suspendable = FALSE;

Completed in 39 milliseconds