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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h57 #define PACKED_RASTER_TYPE 3 macro
H A Dawt_parseImage.c168 // PACKED_RASTER_TYPE: does not support channel offsets
302 rasterP->rasterType = PACKED_RASTER_TYPE;
366 ; // PACKED_RASTER_TYPE does not use the channel offsets.
663 if (rasterP->rasterType == PACKED_RASTER_TYPE) {

Completed in 25 milliseconds