Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dscanlinedecoder.h33 int CountComps() const { return m_nComps; } in CountComps()
48 int m_nComps; variable
Dscanlinedecoder.cpp26 m_nComps(nComps), in ScanlineDecoder()
/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp74 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
89 m_nComps = nComps; in Create()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp695 Colors = m_nComps; in FlatePredictorScanlineDecoder()
736 TIFF_PredictLine(m_pScanline.get(), m_PredictPitch, m_bpc, m_nComps, in GetNextLineWithPredictedPitch()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp369 m_nComps = m_Cinfo.num_components; in Create()