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.c650 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByResampling()
651 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()
1044 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
1047 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
1064 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization()
1065 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
Dcmsxform.c952 int Space1 = T_COLORSPACE(dwFormat); in IsProperColorSpace()
Dcmspack.c896 switch (T_COLORSPACE(Type)) { in IsInkSpace()
/external/pdfium/third_party/lcms/include/
Dlcms2.h681 #define T_COLORSPACE(s) (((s)>>16)&31) macro