Searched refs:m_bpc (Results 1 – 7 of 7) sorted by relevance
130 m_bpc = 0; in CPDF_DIBSource()201 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) { in Load()205 CalculatePitch8(m_bpc, m_nComponents, m_Width, m_Height); in Load()219 m_bpc = 1; in Load()222 } else if (m_bpc * m_nComponents == 1) { in Load()224 } else if (m_bpc * m_nComponents <= 8) { in Load()260 m_bpc = 1; in ContinueToLoadMask()263 } else if (m_bpc * m_nComponents == 1) { in ContinueToLoadMask()265 } else if (m_bpc * m_nComponents <= 8) { in ContinueToLoadMask()270 if (!m_bpc || !m_nComponents) { in ContinueToLoadMask()[all …]
434 FX_DWORD m_bpc; variable
318 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > dest_size) { in CheckDestSize()330 m_bpc = bpc; in Create()
68 return m_bpc; in GetBPC()97 int m_bpc; variable
641 m_bpc = bpc; in Create()654 BitsPerComponent = m_bpc; in Create()691 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, m_OutputWidth); in v_GetNextLine()
629 m_bpc = 1; in Create()
406 m_bpc = 8; in Create()