Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c568 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()
Dcmsxform.c770 int Space1 = T_COLORSPACE(dwFormat); in IsProperColorSpace()
Dcmspack.c895 switch (T_COLORSPACE(Type)) { in IsInkSpace()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp506 pCmm->m_bLab = T_COLORSPACE(pInputParam->dwFormat) == PT_Lab; in CreateTransform()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h680 #define T_COLORSPACE(s) (((s)>>16)&31) macro