Searched refs:T_COLORSPACE (Results 1 – 5 of 5) sorted by relevance
568 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByResampling()569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()962 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()980 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization()981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
770 int Space1 = T_COLORSPACE(dwFormat); in IsProperColorSpace()
895 switch (T_COLORSPACE(Type)) { in IsInkSpace()
506 pCmm->m_bLab = T_COLORSPACE(pInputParam->dwFormat) == PT_Lab; in CreateTransform()
680 #define T_COLORSPACE(s) (((s)>>16)&31) macro