HomeSort by relevance Sort by last modified time
    Searched refs:T_CHANNELS (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c 99 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);
    [all...]
cmsps2.c 875 nChannels = T_CHANNELS(InputFormat);
    [all...]
cmsgmt.c 475 bp.nOutputChans = T_CHANNELS(dwFormatter);
cmssamp.c 99 if (nChannels != T_CHANNELS(dwFormat)) {
cmsopt.c     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 504 pCmm->m_nSrcComponents = T_CHANNELS(dwInputProfileType);
505 pCmm->m_nDstComponents = T_CHANNELS(dwOutputProfileType);
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 687 #define T_CHANNELS(c) (((c)>>3)&15)
    [all...]

Completed in 41 milliseconds