Searched refs:GetPitchRoundUpTo4Bytes (Results 1 – 1 of 1) sorted by relevance
23 int GetPitchRoundUpTo4Bytes(int bits_per_pixel) { in GetPitchRoundUpTo4Bytes() function250 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()