HomeSort by relevance Sort by last modified time
    Searched refs:m_pSource (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 306 m_pSource = pSrcBitmap;
408 if (m_pSource && m_bHasAlpha && m_pSource->m_pAlphaMask) {
431 if (m_pSource->SkipToScanline(m_CurRow, pPause))
445 const uint8_t* src_scan = m_pSource->GetScanline(m_CurRow);
451 src_scan_mask = m_pSource->m_pAlphaMask->GetScanline(m_CurRow);
865 m_pSource(pSource),
    [all...]
dib_int.h 94 const CFX_DIBSource* m_pSource;
  /external/pdfium/core/fxge/
fx_dib.h 609 const CFX_DIBSource* source() { return m_pSource; }
618 const CFX_DIBSource* const m_pSource;

Completed in 85 milliseconds