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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java138 static final int PNG_COLOR_RGB = 2; field in class:PNGImageReader
289 if ((colorType == PNG_COLOR_RGB ||
381 metadata.bKGD_colorType = PNG_COLOR_RGB;
490 } else if (colorType == PNG_COLOR_RGB ||
601 } else if (colorType == PNG_COLOR_RGB) {
611 metadata.tRNS_colorType = PNG_COLOR_RGB;
1381 case PNG_COLOR_RGB:
H A DPNGMetadata.java414 IHDR_colorType = PNGImageReader.PNG_COLOR_RGB;
521 } else if (bKGD_colorType == PNGImageReader.PNG_COLOR_RGB) {
638 } else if (sBIT_colorType == PNGImageReader.PNG_COLOR_RGB) {
748 } else if (tRNS_colorType == PNGImageReader.PNG_COLOR_RGB) {
939 } else { // sBIT_colorType == PNGImageReader.PNG_COLOR_RGB ||
1074 if (tRNS_colorType == PNGImageReader.PNG_COLOR_RGB) {
1334 bKGD_colorType = PNGImageReader.PNG_COLOR_RGB;
1473 sBIT_colorType = PNGImageReader.PNG_COLOR_RGB;
1627 tRNS_colorType = PNGImageReader.PNG_COLOR_RGB;
1864 sBIT_colorType = PNGImageReader.PNG_COLOR_RGB;
[all...]
H A DPNGImageWriter.java453 } else if (colorType == PNGImageReader.PNG_COLOR_RGB ||
530 if (colorType == PNGImageReader.PNG_COLOR_RGB &&
551 } else if (colorType == PNGImageReader.PNG_COLOR_RGB) {
573 if (colorType == PNGImageReader.PNG_COLOR_RGB &&
594 } else { // colorType == PNGImageReader.PNG_COLOR_RGB ||

Completed in 43 milliseconds