Searched refs:T_CHANNELS (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c99 int nChan = T_CHANNELS(info -> InputFormat);
146 int nChan = T_CHANNELS(info -> InputFormat);
476 int nChan = T_CHANNELS(info -> InputFormat);
525 int nChan = T_CHANNELS(info -> InputFormat);
923 int nChan = T_CHANNELS(info -> InputFormat);
979 int nChan = T_CHANNELS(info -> InputFormat);
1056 int nChan = T_CHANNELS(info -> InputFormat);
1108 int nChan = T_CHANNELS(info -> InputFormat);
1279 int nChan = T_CHANNELS(info -> OutputFormat);
1331 int nChan = T_CHANNELS(inf
[all...]
H A Dcmsps2.c875 nChannels = T_CHANNELS(InputFormat);
1299 nChannels = T_CHANNELS(OutputFormat);
1422 nColorant = T_CHANNELS(OutputFormat);
H A Dcmsgmt.c475 bp.nOutputChans = T_CHANNELS(dwFormatter);
H A Dcmssamp.c99 if (nChannels != T_CHANNELS(dwFormat)) {
H A Dcmsopt.c1550 if (T_CHANNELS(*InputFormat) != 3 || T_CHANNELS(*OutputFormat) != 3) return FALSE;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp478 pCmm->m_nSrcComponents = T_CHANNELS(dwInputProfileType);
479 pCmm->m_nDstComponents = T_CHANNELS(dwOutputProfileType);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h687 #define T_CHANNELS(c) (((c)>>3)&15) macro

Completed in 836 milliseconds