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.h478 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha; variable
597 int m_DestLeft, m_DestTop; variable
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4414 m_DestLeft = dest_rect.left; in Compose()
4481 m_pClipMask->GetPitch() + (m_DestLeft - m_pClipRgn->GetBox().left); in ComposeScanline()
4483 m_DestLeft * m_pBitmap->GetBPP() / 8; in ComposeScanline()
4485 … (FX_LPBYTE)m_pBitmap->m_pAlphaMask->GetScanline(line + m_DestTop) + m_DestLeft : NULL; in ComposeScanline()
4494 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV()