Home | History | Annotate | Download | only in src

Lines Matching refs:T_COLORSPACE

650     ColorSpace       = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
651 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
1044 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE;
1047 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE;
1064 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
1065 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));