Searched refs:PNG_COLOR_PALETTE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java309 (IHDR_colorType != PNGImageReader.PNG_COLOR_PALETTE)) {
338 * use PNG_COLOR_PALETTE color type for large images.
346 IHDR_colorType = PNGImageReader.PNG_COLOR_PALETTE;
355 tRNS_colorType = PNGImageReader.PNG_COLOR_PALETTE;
515 if (bKGD_colorType == PNGImageReader.PNG_COLOR_PALETTE) {
656 } else if (sBIT_colorType == PNGImageReader.PNG_COLOR_PALETTE) {
734 if (tRNS_colorType == PNGImageReader.PNG_COLOR_PALETTE) {
802 if (IHDR_colorType == PNGImageReader.PNG_COLOR_PALETTE &&
833 (tRNS_colorType == PNGImageReader.PNG_COLOR_PALETTE);
857 if (bKGD_colorType == PNGImageReader.PNG_COLOR_PALETTE) {
[all...]
H A DPNGImageReader.java139 static final int PNG_COLOR_PALETTE = 3; field in class:PNGImageReader
286 if (colorType == PNG_COLOR_PALETTE && bitDepth == 16) {
337 if (metadata.IHDR_colorType == PNG_COLOR_PALETTE) {
373 if (metadata.IHDR_colorType == PNG_COLOR_PALETTE) {
374 metadata.bKGD_colorType = PNG_COLOR_PALETTE;
491 colorType == PNG_COLOR_PALETTE ||
573 if (colorType == PNG_COLOR_PALETTE) {
589 metadata.tRNS_colorType = PNG_COLOR_PALETTE;
663 if (ignoreMetadata && colorType != PNG_COLOR_PALETTE) {
1408 case PNG_COLOR_PALETTE
[all...]
H A DRowFilter.java94 if (colorType != PNGImageReader.PNG_COLOR_PALETTE) {
H A DPNGImageWriter.java454 colorType == PNGImageReader.PNG_COLOR_PALETTE ||
544 if (colorType == PNGImageReader.PNG_COLOR_PALETTE) {
589 if (colorType == PNGImageReader.PNG_COLOR_PALETTE) {

Completed in 70 milliseconds