Searched defs:PNG_COLOR_RGB (Results 1 - 1 of 1) 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:

Completed in 35 milliseconds