Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp190 m_DestHeight = dest_height; in CStretchEngine()
232 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight)); in CStretchEngine()
234 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight); in CStretchEngine()
540 if (m_DestHeight == 0) { in StretchVert()
544 …table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, m_SrcHeight, m_SrcClip.top, m_SrcClip.… in StretchVert()
712 m_DestHeight = dest_height; in Start()
765 …m_pStretchEngine = new CStretchEngine(m_pDest, m_DestFormat, m_DestWidth, m_DestHeight, m_ClipRect… in StartStretch()
788 if (m_DestHeight < 0) { in StartQuickStretch()
790 m_DestHeight = -m_DestHeight; in StartQuickStretch()
819 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / m_DestHeight; in ContinueQuickStretch()
[all …]
Ddib_int.h71 int m_DestWidth, m_DestHeight; variable
Dfx_dib_composite.cpp4417 m_DestHeight = dest_rect.Height(); in Compose()
4499 dest_buf += dest_pitch * (m_DestHeight - 1); in ComposeScanlineV()
4500 dest_alpha_buf += dest_alpha_pitch * (m_DestHeight - 1); in ComposeScanlineV()
4510 for (i = 0; i < m_DestHeight; i ++) { in ComposeScanlineV()
4519 for (i = 0; i < m_DestHeight; i ++) { in ComposeScanlineV()
4531 src_clip += clip_pitch * (m_DestHeight - 1); in ComposeScanlineV()
4534 for (i = 0; i < m_DestHeight; i ++) { in ComposeScanlineV()
4539 DoCompose(m_pScanlineV, scanline, m_DestHeight, clip_scan, scan_extra_alpha, m_pScanlineAlphaV); in ComposeScanlineV()
4542 for (i = 0; i < m_DestHeight; i ++) { in ComposeScanlineV()
4551 for (i = 0; i < m_DestHeight; i ++) { in ComposeScanlineV()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp835 m_DestHeight = image_rect.Height(); in Start()
892 m_pDecoder->DownScale(m_DestWidth, m_DestHeight); in Start()
913 src_y = (m_DestHeight - (dest_y + m_ClipTop) - 1) * src_height / m_DestHeight; in Continue()
916 src_y = (dest_y + m_ClipTop) * src_height / m_DestHeight; in Continue()
Drender_int.h297 int m_DestWidth, m_DestHeight, m_ResultWidth, m_ResultHeight; variable
/external/pdfium/core/include/fxge/
Dfx_dib.h478 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha; variable
534 m_DestHeight; variable