Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp39 int nComps, in CCodec_ScanlineDecoder() argument
46 m_nComps(nComps), in CCodec_ScanlineDecoder()
274 int nComps,
339 int nComps, in Create() argument
345 m_nComps = nComps; in Create()
349 pitch *= nComps; in Create()
359 m_dwLineBytes = (static_cast<uint32_t>(width) * nComps * bpc + 7) / 8; in Create()
457 int nComps, in CreateRunLengthDecoder() argument
460 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, bpc)) in CreateRunLengthDecoder()
Dccodec_jpegmodule.h30 int nComps,
49 int* nComps);
54 int* nComps,
Dfx_codec_jpeg.cpp158 int nComps,
240 int nComps, in Create() argument
266 if (cinfo.num_components < nComps) in Create()
324 int nComps, in CreateDecoder() argument
330 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, in CreateDecoder()
431 int* nComps, argument
437 int* nComps) {
450 *nComps = ctx->m_Info.num_components;
Dccodec_basicmodule.h23 int nComps,
Dfx_codec_flate.cpp624 int nComps,
672 int nComps, in Create() argument
682 m_nComps = nComps; in Create()
684 m_Pitch = (static_cast<uint32_t>(width) * nComps * bpc + 7) / 8; in Create()
781 int nComps, in CreateDecoder() argument
788 pDecoder->Create(src_buf, src_size, width, height, nComps, bpc, predictor, in CreateDecoder()
Dccodec_flatemodule.h22 int nComps,
Dccodec_scanlinedecoder.h21 int nComps,
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h63 int nComps,
Dfpdf_parser_decode.cpp281 int nComps, in FPDFAPI_CreateFlateDecoder() argument
295 src_buf, src_size, width, height, nComps, bpc, predictor, Colors, in FPDFAPI_CreateFlateDecoder()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp1191 int nComps = m_pAltCS->CountComponents(); in GetRGB() local
1192 CFX_FixedBufGrow<FX_FLOAT, 16> results(nComps); in GetRGB()
1193 for (int i = 0; i < nComps; i++) in GetRGB()