Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_dib.h556 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha; variable
/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp4867 m_DestLeft = dest_rect.left; in Compose()
4952 (m_DestLeft - m_pClipRgn->GetBox().left); in ComposeScanline()
4954 m_DestLeft * m_pBitmap->GetBPP() / 8; in ComposeScanline()
4958 m_DestLeft in ComposeScanline()
4972 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV()