Searched refs:nComps (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_jpegmodule.h | 35 int nComps, 49 int ReadHeader(Context* pContext, int* width, int* height, int* nComps); 54 int* nComps,
|
D | fx_codec_jpeg.cpp | 177 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;
|
D | fx_codec.cpp | 1564 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()
|
D | ccodec_scanlinedecoder.cpp | 18 int nComps, in CCodec_ScanlineDecoder() argument 25 m_nComps(nComps), in CCodec_ScanlineDecoder()
|
D | fx_codec_flate.cpp | 590 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()
|
D | ccodec_basicmodule.h | 23 int nComps,
|
D | ccodec_scanlinedecoder.h | 21 int nComps,
|
D | ccodec_flatemodule.h | 22 int nComps,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 177 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/ |
D | fpdf_parser_decode.h | 64 int nComps,
|
D | fpdf_parser_decode.cpp | 287 int nComps, in FPDFAPI_CreateFlateDecoder() argument 303 src_buf, src_size, width, height, nComps, bpc, predictor, Colors, in FPDFAPI_CreateFlateDecoder()
|