Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp236 m_DestClip = clip_rect; in CStretchEngine()
250 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4; in CStretchEngine()
251 m_ExtraMaskPitch = (m_DestClip.Width() * 8 + 31) / 32 * 4; in CStretchEngine()
337 uint32_t size = (m_DestClip.Width() * 8 + 31) / 32 * 4; in StartStretchHorz()
341 m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, in StartStretchHorz()
382 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz()
401 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz()
419 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz()
443 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz()
477 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz()
[all …]
Dcstretchengine.h67 FX_RECT m_DestClip; variable