Searched refs:T_COLORSPACE (Results 1 – 4 of 4) sorted by relevance
683 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByResampling()684 OutputColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()1081 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()1084 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()1101 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization()1102 OutputColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
960 int Space1 = (int) T_COLORSPACE(dwFormat); in IsProperColorSpace()
896 switch (T_COLORSPACE(Type)) { in IsInkSpace()
689 #define T_COLORSPACE(s) (((s)>>16)&31) macro