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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c596 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
597 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
979 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE;
980 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE;
997 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
998 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
H A Dcmsxform.c640 int Space1 = T_COLORSPACE(dwFormat);
H A Dlcms2.h684 #define T_COLORSPACE(s) (((s)>>16)&31) macro
H A Dcmspack.c872 switch (T_COLORSPACE(Type)) {

Completed in 59 milliseconds