Searched refs:m_DestClip (Results 1 – 2 of 2) sorted by relevance
195 m_DestClip = clip_rect; in CStretchEngine()214 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4; in CStretchEngine()215 m_ExtraMaskPitch = (m_DestClip.Width() * 8 + 31) / 32 * 4; in CStretchEngine()329 FX_DWORD size = (m_DestClip.Width() * 8 + 31) / 32 * 4; in StartStretchHorz()335 …m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, m_SrcWidth, m_SrcClip.left, m_S… in StartStretchHorz()373 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) { in ContinueStretchHorz()390 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) { in ContinueStretchHorz()405 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) { in ContinueStretchHorz()424 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) { in ContinueStretchHorz()452 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) { in ContinueStretchHorz()[all …]
69 FX_RECT m_DestClip; variable