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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c568 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
962 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE;
963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE;
980 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
H A Dcmsxform.c770 int Space1 = T_COLORSPACE(dwFormat);
H A Dcmspack.c895 switch (T_COLORSPACE(Type)) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp480 pCmm->m_bLab = T_COLORSPACE(pInputParam->dwFormat) == PT_Lab;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h680 #define T_COLORSPACE(s) (((s)>>16)&31) macro

Completed in 107 milliseconds