Searched refs:m_DestHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_engine.cpp | 229 m_DestHeight = dest_height; in CStretchEngine() 274 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight)); in CStretchEngine() 276 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight); in CStretchEngine() 600 if (m_DestHeight == 0) { in StretchVert() 604 table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, m_SrcHeight, in StretchVert() 791 m_DestHeight = dest_height; in Start() 841 new CStretchEngine(m_pDest, m_DestFormat, m_DestWidth, m_DestHeight, in StartStretch() 861 if (m_DestHeight < 0) { in StartQuickStretch() 863 m_DestHeight = -m_DestHeight; in StartQuickStretch() 892 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / in ContinueQuickStretch() [all …]
|
D | dib_int.h | 79 int m_DestWidth, m_DestHeight; variable
|
D | fx_dib_composite.cpp | 5026 m_DestHeight = dest_rect.Height(); in Compose() 5133 dest_buf += dest_pitch * (m_DestHeight - 1); in ComposeScanlineV() 5134 dest_alpha_buf += dest_alpha_pitch * (m_DestHeight - 1); in ComposeScanlineV() 5144 for (i = 0; i < m_DestHeight; i++) { in ComposeScanlineV() 5153 for (i = 0; i < m_DestHeight; i++) { in ComposeScanlineV() 5167 src_clip += clip_pitch * (m_DestHeight - 1); in ComposeScanlineV() 5170 for (i = 0; i < m_DestHeight; i++) { in ComposeScanlineV() 5175 DoCompose(m_pScanlineV, scanline, m_DestHeight, clip_scan, scan_extra_alpha, in ComposeScanlineV() 5179 for (i = 0; i < m_DestHeight; i++) { in ComposeScanlineV() 5188 for (i = 0; i < m_DestHeight; i++) { in ComposeScanlineV()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 560 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha; variable 628 int m_DestHeight; variable
|