jdk/src/share/native/sun/awt/image/awt_parseImage.h

Print this page
rev 5699 : 8002325: Improve management of images
Reviewed-by: prr, ahgross

@@ -93,10 +93,11 @@
 typedef struct {
     jint maskArray[MAX_NUMBANDS];
     jint offsets[MAX_NUMBANDS];
     jint nBits[MAX_NUMBANDS];
     jint  maxBitSize;
+    jint isUsed; // flag to indicate whether the raster sample model is SPPSM
 } SPPSampleModelS_t;
 
 /* Struct that holds information for the Raster object */
 typedef struct {
     jobject jraster;       /* The raster object */