Searched refs:m_bpc (Results 1 – 6 of 6) sorted by relevance
107 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 …]
121 uint32_t m_bpc; variable
32 int GetBPC() { return m_bpc; } in GetBPC()47 int m_bpc; variable
47 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()
683 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()
277 m_bpc = 8; in Create()