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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c161 // NB:caller does not support the banded rasters yet,
164 // verification, when/if banded rasters will be supported.
165 // At the moment, we prohibit banded rasters as well.
342 case BANDED_RASTER_TYPE: // note that this routine does not support banded rasters at the moment
690 int banded = 0; local
707 banded = 1;
732 else if (banded == 1) {

Completed in 32 milliseconds