Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp23 int GetPitchRoundUpTo4Bytes(int bits_per_pixel) { in GetPitchRoundUpTo4Bytes() function
250 size = GetPitchRoundUpTo4Bytes(size); in CStretchEngine()
254 m_InterPitch = GetPitchRoundUpTo4Bytes(m_DestClip.Width() * m_DestBpp); in CStretchEngine()
255 m_ExtraMaskPitch = GetPitchRoundUpTo4Bytes(m_DestClip.Width() * 8); in CStretchEngine()