Home
last modified time | relevance | path

Searched refs:nSrcComponents (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp92 int32_t& nSrcComponents, in IccLib_CreateTransform() argument
103 nSrcComponents = 0; in IccLib_CreateTransform()
121 nSrcComponents = GetCSComponents(srcCS); in IccLib_CreateTransform()
124 COLORSPACE_SH(PT_Lab) | CHANNELS_SH(nSrcComponents) | BYTES_SH(0); in IccLib_CreateTransform()
128 COLORSPACE_SH(PT_ANY) | CHANNELS_SH(nSrcComponents) | BYTES_SH(1); in IccLib_CreateTransform()
162 pCmm->m_nSrcComponents = nSrcComponents; in IccLib_CreateTransform()
186 FX_DWORD nSrcComponents, in IccLib_Translate() argument
195 CFX_FixedBufGrow<double, 16> inputs(nSrcComponents); in IccLib_Translate()
197 for (FX_DWORD i = 0; i < nSrcComponents; i++) { in IccLib_Translate()
202 CFX_FixedBufGrow<uint8_t, 16> inputs(nSrcComponents); in IccLib_Translate()
[all …]
Dcodec_int.h295 int32_t& nSrcComponents,
/external/pdfium/core/include/fxcodec/
Dfx_codec.h515 int32_t& nSrcComponents,