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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
H A Djdinput.c50 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
51 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
52 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
H A Djcmaster.c64 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
65 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
66 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);

Completed in 482 milliseconds