Searched defs:PNG_COLOR_GRAY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java137 static final int PNG_COLOR_GRAY = 0; field in class:PNGImageReader
325 } else if (metadata.IHDR_colorType == PNG_COLOR_GRAY ||
376 } else if (metadata.IHDR_colorType == PNG_COLOR_GRAY ||
378 metadata.bKGD_colorType = PNG_COLOR_GRAY;
487 if (colorType == PNG_COLOR_GRAY ||
592 } else if (colorType == PNG_COLOR_GRAY) {
600 metadata.tRNS_colorType = PNG_COLOR_GRAY;
1374 case PNG_COLOR_GRAY:

Completed in 33 milliseconds