Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp163 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 …]
Dcpdf_dib.h135 uint32_t m_bpc = 0; variable
/external/pdfium/core/fxcodec/
Dscanlinedecoder.h34 int GetBPC() const { return m_bpc; } in GetBPC()
49 int m_bpc; variable
Dscanlinedecoder.cpp27 m_bpc(nBpc), in ScanlineDecoder()
/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp74 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/
Dflatemodule.cpp694 BitsPerComponent = m_bpc; in FlatePredictorScanlineDecoder()
736 TIFF_PredictLine(m_pScanline.get(), m_PredictPitch, m_bpc, m_nComps, in GetNextLineWithPredictedPitch()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp370 m_bpc = 8; in Create()