Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp107 m_bpc(0), in CPDF_DIBSource()
158 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) in Load()
162 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load()
176 m_bpc = 1; in Load()
179 } else if (m_bpc * m_nComponents == 1) { in Load()
181 } else if (m_bpc * m_nComponents <= 8) { in Load()
208 m_bpc = 1; in ContinueToLoadMask()
211 } else if (m_bpc * m_nComponents == 1) { in ContinueToLoadMask()
213 } else if (m_bpc * m_nComponents <= 8) { in ContinueToLoadMask()
218 if (!m_bpc || !m_nComponents) { in ContinueToLoadMask()
[all …]
Dcpdf_dibsource.h121 uint32_t m_bpc; variable
/external/pdfium/core/fxcodec/codec/
Dccodec_scanlinedecoder.h32 int GetBPC() { return m_bpc; } in GetBPC()
47 int m_bpc; variable
Dfx_codec.cpp47 m_bpc(nBpc), in CCodec_ScanlineDecoder()
329 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
346 m_bpc = bpc; in Create()
Dfx_codec_flate.cpp683 m_bpc = bpc; in Create()
695 BitsPerComponent = m_bpc; in Create()
734 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
Dfx_codec_jpeg.cpp277 m_bpc = 8; in Create()