Home
last modified time | relevance | path

Searched refs:nComps (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_jpegmodule.h35 int nComps,
49 int ReadHeader(Context* pContext, int* width, int* height, int* nComps);
54 int* nComps,
Dfx_codec_jpeg.cpp177 int nComps,
259 int nComps, in Create() argument
284 if (cinfo.num_components < nComps) in Create()
342 int nComps, in CreateDecoder() argument
348 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, in CreateDecoder()
453 int* nComps, argument
459 int* nComps) {
470 *nComps = ctx->m_Info.num_components;
Dfx_codec.cpp1564 int nComps,
1629 int nComps, in Create() argument
1635 m_nComps = nComps; in Create()
1639 pitch *= nComps; in Create()
1649 m_dwLineBytes = (static_cast<uint32_t>(width) * nComps * bpc + 7) / 8; in Create()
1747 int nComps, in CreateRunLengthDecoder() argument
1750 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, bpc)) in CreateRunLengthDecoder()
Dccodec_scanlinedecoder.cpp18 int nComps, in CCodec_ScanlineDecoder() argument
25 m_nComps(nComps), in CCodec_ScanlineDecoder()
Dfx_codec_flate.cpp590 int nComps,
639 int nComps, in Create() argument
649 m_nComps = nComps; in Create()
651 m_Pitch = (static_cast<uint32_t>(width) * nComps * bpc + 7) / 8; in Create()
750 int nComps, in CreateDecoder() argument
757 pDecoder->Create(src_buf, src_size, width, height, nComps, bpc, predictor, in CreateDecoder()
Dccodec_basicmodule.h23 int nComps,
Dccodec_scanlinedecoder.h21 int nComps,
Dccodec_flatemodule.h22 int nComps,
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp177 static bool IsValidComponents(int32_t nComps);
980 bool CPDF_ICCBasedCS::IsValidComponents(int32_t nComps) { in IsValidComponents() argument
981 return nComps == 1 || nComps == 3 || nComps == 4; in IsValidComponents()
1152 int nComps = m_pAltCS->CountComponents(); in GetRGB() local
1153 CFX_FixedBufGrow<float, 16> results(nComps); in GetRGB()
1154 for (int i = 0; i < nComps; i++) in GetRGB()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h64 int nComps,
Dfpdf_parser_decode.cpp287 int nComps, in FPDFAPI_CreateFlateDecoder() argument
303 src_buf, src_size, width, height, nComps, bpc, predictor, Colors, in FPDFAPI_CreateFlateDecoder()