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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java230 public int tRNS_colorType; // PNG_COLOR_GRAY, _RGB, or _PALETTE field in class:PNGMetadata
355 tRNS_colorType = PNGImageReader.PNG_COLOR_PALETTE;
734 if (tRNS_colorType == PNGImageReader.PNG_COLOR_PALETTE) {
745 } else if (tRNS_colorType == PNGImageReader.PNG_COLOR_GRAY) {
748 } else if (tRNS_colorType == PNGImageReader.PNG_COLOR_RGB) {
803 tRNS_present && tRNS_colorType == IHDR_colorType) {
833 (tRNS_colorType == PNGImageReader.PNG_COLOR_PALETTE);
1067 (tRNS_colorType == IHDR_colorType) &&
1074 if (tRNS_colorType == PNGImageReader.PNG_COLOR_RGB) {
1079 } else if (tRNS_colorType
[all...]

Completed in 34 milliseconds