Searched refs:nComps (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec.cpp | 39 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()
|
D | ccodec_jpegmodule.h | 30 int nComps, 49 int* nComps); 54 int* nComps,
|
D | fx_codec_jpeg.cpp | 158 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;
|
D | ccodec_basicmodule.h | 23 int nComps,
|
D | fx_codec_flate.cpp | 624 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()
|
D | ccodec_flatemodule.h | 22 int nComps,
|
D | ccodec_scanlinedecoder.h | 21 int nComps,
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.h | 63 int nComps,
|
D | fpdf_parser_decode.cpp | 281 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/ |
D | cpdf_colorspace.cpp | 1191 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()
|