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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java140 static final int PNG_COLOR_GRAY_ALPHA = 4; field in class:PNGImageReader
291 colorType == PNG_COLOR_GRAY_ALPHA) &&
326 metadata.IHDR_colorType == PNG_COLOR_GRAY_ALPHA) {
377 metadata.IHDR_colorType == PNG_COLOR_GRAY_ALPHA) {
488 colorType == PNG_COLOR_GRAY_ALPHA) {
498 if (colorType == PNG_COLOR_GRAY_ALPHA ||
1477 case PNG_COLOR_GRAY_ALPHA:
H A DPNGImageWriter.java451 colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) {
461 if (colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA ||
480 metadata.IHDR_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) {
592 colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) {
801 if (metadata.IHDR_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA &&
H A DPNGMetadata.java333 * NB: PNG_COLOR_GRAY_ALPHA color type may be not optimal for images
342 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY_ALPHA;
412 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY_ALPHA;
632 } else if (sBIT_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) {
937 sBIT_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) {
946 if (sBIT_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA ||
1064 (IHDR_colorType == PNGImageReader.PNG_COLOR_GRAY_ALPHA) ||
1468 sBIT_colorType = PNGImageReader.PNG_COLOR_GRAY_ALPHA;
1860 PNGImageReader.PNG_COLOR_GRAY_ALPHA;

Completed in 72 milliseconds