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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h124 int rasterType; /* Type of raster */ member in struct:__anon674
H A Dawt_parseImage.c127 switch (rasterP->rasterType) {
215 rasterP->rasterType = UNKNOWN_RASTER_TYPE;
270 rasterP->rasterType = COMPONENT_RASTER_TYPE;
282 rasterP->rasterType = COMPONENT_RASTER_TYPE;
294 rasterP->rasterType = COMPONENT_RASTER_TYPE;
302 rasterP->rasterType = PACKED_RASTER_TYPE;
325 rasterP->rasterType = UNKNOWN_RASTER_TYPE;
340 switch (rasterP->rasterType) {
391 fprintf(stderr,"RasterT: %d\n",rasterP->rasterType);
663 if (rasterP->rasterType
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c828 srcImageP->raster.rasterType == dstImageP->raster.rasterType &&
829 srcImageP->raster.rasterType == COMPONENT_RASTER_TYPE);
1996 if (rasterP->rasterType == COMPONENT_RASTER_TYPE) {
2207 if (rasterP->rasterType == COMPONENT_RASTER_TYPE) {
2656 if (dstP->raster.rasterType == COMPONENT_RASTER_TYPE) {

Completed in 43 milliseconds