Searched refs:JCS (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java936 convert = new ColorConvertOp(JPEG.JCS.sRGB, cs, null);
950 ColorSpace YCC = JPEG.JCS.getYCC();
962 ColorSpace YCC = JPEG.JCS.getYCC();
1732 * jpeg color spaces (defined by corresponding JCS color space code).
1781 return ImageTypeSpecifier.createInterleaved(JPEG.JCS.sRGB,
1787 return ImageTypeSpecifier.createPacked(JPEG.JCS.sRGB,
1795 if (JPEG.JCS.getYCC() != null) {
1797 JPEG.JCS.getYCC(),
1806 if (JPEG.JCS.getYCC() != null) {
1808 JPEG.JCS
[all...]
H A DJPEG.java215 public static class JCS { class in class:JPEG
H A DJPEGImageWriter.java818 if (cs == JPEG.JCS.getYCC()) {
824 JPEG.JCS.sRGB,
1544 if (cs == JPEG.JCS.getYCC()) {
1583 if (cs == JPEG.JCS.getYCC()) {
1629 if (cs == JPEG.JCS.getYCC()) {
H A DJFIFMarkerSegment.java1006 ColorModel cm = new ComponentColorModel(JPEG.JCS.sRGB,
H A DJPEGMetadata.java493 if (cs == JPEG.JCS.getYCC()) {

Completed in 50 milliseconds