Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c683 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()
Dcmsxform.c960 int Space1 = (int) T_COLORSPACE(dwFormat); in IsProperColorSpace()
Dcmspack.c896 switch (T_COLORSPACE(Type)) { in IsInkSpace()
/external/pdfium/third_party/lcms/include/
Dlcms2.h689 #define T_COLORSPACE(s) (((s)>>16)&31) macro