Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp30 m_DestLeft = dest_rect.left; in Compose()
113 (m_DestLeft - m_pClipRgn->GetBox().left); in ComposeScanline()
117 m_DestLeft * m_pBitmap->GetBPP() / 8; in ComposeScanline()
122 m_DestLeft in ComposeScanline()
135 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV()
Dcfx_bitmapcomposer.h62 int m_DestLeft; variable