Home
last modified time | relevance | path

Searched refs:m_nComps (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_scanlinedecoder.h31 int CountComps() { return m_nComps; } in CountComps()
46 int m_nComps; variable
Dccodec_scanlinedecoder.cpp25 m_nComps(nComps), in CCodec_ScanlineDecoder()
Dfx_codec.cpp1619 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
1635 m_nComps = nComps; in Create()
Dfx_codec_flate.cpp649 m_nComps = nComps; in Create()
663 Colors = m_nComps; in Create()
703 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
Dfx_codec_jpeg.cpp294 m_nComps = cinfo.num_components; in Create()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h39 int m_nComps; member
Dcpdf_color.cpp106 pvalue->m_nComps = ncomps; in SetValue()