Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp233 m_DestClip = clip_rect; in CStretchEngine()
251 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4; in CStretchEngine()
252 m_ExtraMaskPitch = (m_DestClip.Width() * 8 + 31) / 32 * 4; in CStretchEngine()
354 FX_DWORD size = (m_DestClip.Width() * 8 + 31) / 32 * 4; in StartStretchHorz()
360 m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, m_SrcWidth, in StartStretchHorz()
399 for (int col = m_DestClip.left; col < m_DestClip.right; col++) { in ContinueStretchHorz()
418 for (int col = m_DestClip.left; col < m_DestClip.right; col++) { in ContinueStretchHorz()
435 for (int col = m_DestClip.left; col < m_DestClip.right; col++) { in ContinueStretchHorz()
456 for (int col = m_DestClip.left; col < m_DestClip.right; col++) { in ContinueStretchHorz()
489 for (int col = m_DestClip.left; col < m_DestClip.right; col++) { in ContinueStretchHorz()
[all …]
Ddib_int.h80 FX_RECT m_DestClip; variable