Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp45 FX_SAFE_DWORD CalculatePitch8(FX_DWORD bpc, FX_DWORD components, int width) { in CalculatePitch8() function
241 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load()
361 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in StartLoadDIBSource()
667 CalculatePitch8(m_bpc, m_nComponents, m_Width); in CreateDecoder()
671 FX_SAFE_DWORD provided_pitch = CalculatePitch8( in CreateDecoder()
1081 FX_SAFE_DWORD src_pitch = CalculatePitch8(m_bpc, m_nComponents, m_Width); in GetScanline()
1227 FX_SAFE_DWORD pitch = CalculatePitch8(m_bpc, m_nComponents, m_Width); in DownSampleScanline()