Searched refs:CalculatePitch8 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 51 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width) { in CalculatePitch8() function 173 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load() 285 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in StartLoadDIBSource() 521 CalculatePitch8(m_bpc, m_nComponents, m_Width); in CreateDecoder() 524 FX_SAFE_UINT32 provided_pitch = CalculatePitch8( in CreateDecoder() 973 FX_SAFE_UINT32 src_pitch = CalculatePitch8(m_bpc, m_nComponents, m_Width); in GetScanline() 1120 FX_SAFE_UINT32 pitch = CalculatePitch8(m_bpc, m_nComponents, m_Width); in DownSampleScanline()
|