Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp33 m_DestHeight = dest_rect.Height(); in Compose()
143 dest_buf += dest_pitch * (m_DestHeight - 1); in ComposeScanlineV()
144 dest_alpha_buf += dest_alpha_pitch * (m_DestHeight - 1); in ComposeScanlineV()
154 for (int i = 0; i < m_DestHeight; ++i) { in ComposeScanlineV()
162 for (int i = 0; i < m_DestHeight; ++i) { in ComposeScanlineV()
176 src_clip += clip_pitch * (m_DestHeight - 1); in ComposeScanlineV()
179 for (int i = 0; i < m_DestHeight; ++i) { in ComposeScanlineV()
184 DoCompose(m_pScanlineV.data(), scanline, m_DestHeight, clip_scan, in ComposeScanlineV()
188 for (int i = 0; i < m_DestHeight; ++i) { in ComposeScanlineV()
197 for (int i = 0; i < m_DestHeight; ++i) { in ComposeScanlineV()
Dcfx_imagestretcher.cpp57 m_DestHeight(dest_height), in CFX_ImageStretcher()
66 if (m_DestWidth == 0 || m_DestHeight == 0) in Start()
135 m_pDest.Get(), m_DestFormat, m_DestWidth, m_DestHeight, m_ClipRect, in StartStretch()
154 if (m_DestHeight < 0) { in StartQuickStretch()
156 m_DestHeight = -m_DestHeight; in StartQuickStretch()
186 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / in ContinueQuickStretch()
187 m_DestHeight; in ContinueQuickStretch()
190 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight; in ContinueQuickStretch()
Dcstretchengine.cpp235 m_DestHeight = dest_height; in CStretchEngine()
270 double scale_y = static_cast<float>(m_SrcHeight) / m_DestHeight; in CStretchEngine()
272 double base_y = m_DestHeight > 0 ? 0.0f : m_DestHeight; in CStretchEngine()
592 if (m_DestHeight == 0) in StretchVert()
596 bool ret = table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, in StretchVert()
Dcfx_imagestretcher.h52 int m_DestHeight; variable
Dcfx_bitmapcomposer.h65 int m_DestHeight; variable
Dcstretchengine.h66 int m_DestHeight; variable