Searched refs:m_bpc (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_dib.cpp | 163 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) in Load() 167 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load() 182 m_bpp = CalculateBitsPerPixel(m_bpc, m_nComponents); in Load() 207 if (!m_bpc || !m_nComponents) in ContinueToLoadMask() 210 m_bpp = CalculateBitsPerPixel(m_bpc, m_nComponents); in ContinueToLoadMask() 263 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) in StartLoadDIBBase() 267 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in StartLoadDIBBase() 398 m_bpc = m_nComponents = 1; in LoadColorInfo() 440 int max_data = (1 << m_bpc) - 1; in GetDecodeAndMaskArray() 493 if (m_bDoBpcCheck && m_bpc == 0) in CreateDecoder() [all …]
|
D | cpdf_dib.h | 135 uint32_t m_bpc = 0; variable
|
/external/pdfium/core/fxcodec/ |
D | scanlinedecoder.h | 34 int GetBPC() const { return m_bpc; } in GetBPC() 49 int m_bpc; variable
|
D | scanlinedecoder.cpp | 27 m_bpc(nBpc), in ScanlineDecoder()
|
/external/pdfium/core/fxcodec/basic/ |
D | basicmodule.cpp | 74 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize() 90 m_bpc = bpc; in Create()
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 694 BitsPerComponent = m_bpc; in FlatePredictorScanlineDecoder() 736 TIFF_PredictLine(m_pScanline.get(), m_PredictPitch, m_bpc, m_nComps, in GetNextLineWithPredictedPitch()
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.cpp | 370 m_bpc = 8; in Create()
|