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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DSinglePixelPackedSampleModel.java78 private int maxBitSize; field in class:SinglePixelPackedSampleModel
160 this.maxBitSize = 0;
181 if (bitSize > maxBitSize) {
182 maxBitSize = bitSize;
769 this.maxBitSize == that.maxBitSize &&
796 hash ^= maxBitSize;
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h97 jint maxBitSize; member in struct:__anon673
H A Dawt_parseImage.c235 rasterP->sppsm.maxBitSize = (*env)->GetIntField(env,
245 rasterP->sppsm.maxBitSize < 0)
373 rasterP->sppsm.maxBitSize > 0 && /* raster has SPP sample model */
374 rasterP->sppsm.maxBitSize > (rasterP->dataSize * 8))
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2454 if (rasterP->sppsm.maxBitSize <= 8) {
2466 if (rasterP->sppsm.maxBitSize <= 8) {
2742 if (dstP->sppsm.maxBitSize <= 8) {
2748 if (dstP->sppsm.maxBitSize <= 8) {

Completed in 36 milliseconds