Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_dib.h560 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha; variable
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp5023 m_DestLeft = dest_rect.left; in Compose()
5106 (m_DestLeft - m_pClipRgn->GetBox().left); in ComposeScanline()
5108 m_DestLeft * m_pBitmap->GetBPP() / 8; in ComposeScanline()
5112 m_DestLeft in ComposeScanline()
5125 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV()