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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java950 ColorSpace YCC = JPEG.JCS.getYCC();
962 ColorSpace YCC = JPEG.JCS.getYCC();
1795 if (JPEG.JCS.getYCC() != null) {
1797 JPEG.JCS.getYCC(),
1806 if (JPEG.JCS.getYCC() != null) {
1808 JPEG.JCS.getYCC(),
H A DJPEG.java222 public static ColorSpace getYCC() { method in class:JPEG.JCS
H A DJPEGImageWriter.java818 if (cs == JPEG.JCS.getYCC()) {
1544 if (cs == JPEG.JCS.getYCC()) {
1583 if (cs == JPEG.JCS.getYCC()) {
1629 if (cs == JPEG.JCS.getYCC()) {
H A DJPEGMetadata.java493 if (cs == JPEG.JCS.getYCC()) {

Completed in 34 milliseconds