Searched refs:m_bpc (Results 1 – 7 of 7) sorted by relevance
117 m_bpc(0), in CPDF_DIBSource()169 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) in Load()173 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load()187 m_bpc = 1; in Load()190 } else if (m_bpc * m_nComponents == 1) { in Load()192 } else if (m_bpc * m_nComponents <= 8) { in Load()219 m_bpc = 1; in ContinueToLoadMask()222 } else if (m_bpc * m_nComponents == 1) { in ContinueToLoadMask()224 } else if (m_bpc * m_nComponents <= 8) { in ContinueToLoadMask()229 if (!m_bpc || !m_nComponents) { in ContinueToLoadMask()[all …]
131 uint32_t m_bpc; variable
32 int GetBPC() { return m_bpc; } in GetBPC()47 int m_bpc; variable
26 m_bpc(nBpc), in CCodec_ScanlineDecoder()
1619 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()1636 m_bpc = bpc; in Create()
650 m_bpc = bpc; in Create()662 BitsPerComponent = m_bpc; in Create()703 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
295 m_bpc = 8; in Create()