Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp26 int nComps,
84 int nComps, in Create() argument
89 m_nComps = nComps; in Create()
93 pitch *= nComps; in Create()
103 m_dwLineBytes = (static_cast<uint32_t>(width) * nComps * bpc + 7) / 8; in Create()
205 int nComps, in CreateRunLengthDecoder() argument
208 if (!pDecoder->Create(src_buf, width, height, nComps, bpc)) in CreateRunLengthDecoder()
Dbasicmodule.h26 int nComps,
/external/pdfium/core/fxcodec/
Dscanlinedecoder.cpp19 int nComps, in ScanlineDecoder() argument
26 m_nComps(nComps), in ScanlineDecoder()
Dscanlinedecoder.h23 int nComps,
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.h39 int nComps,
57 int* nComps,
Djpegmodule.cpp226 int nComps,
337 int nComps, in Create() argument
361 if (m_Cinfo.num_components < nComps) in Create()
484 int nComps, in CreateDecoder() argument
489 if (!pDecoder->Create(src_span, width, height, nComps, ColorTransform)) in CreateDecoder()
542 int* nComps, in ReadHeader() argument
555 *nComps = ctx->m_Info.num_components; in ReadHeader()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp598 int nComps,
616 int nComps, in FlateScanlineDecoder() argument
622 nComps, in FlateScanlineDecoder()
624 CalculatePitch8(bpc, nComps, width).ValueOrDie()), in FlateScanlineDecoder()
788 int nComps, in CreateDecoder() argument
797 nComps, bpc); in CreateDecoder()
800 src_span, width, height, nComps, bpc, predictor_type, Colors, in CreateDecoder()
Dflatemodule.h26 int nComps,
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h47 int nComps,
Dfpdf_parser_decode.cpp323 int nComps, in CreateFlateDecoder() argument
338 return FlateModule::CreateDecoder(src_span, width, height, nComps, bpc, in CreateFlateDecoder()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp1260 int nComps = m_pAltCS->CountComponents(); in GetRGB() local
1261 std::vector<float> results(nComps); in GetRGB()
1262 for (int i = 0; i < nComps; i++) in GetRGB()