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

  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 376 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, m_Flags);
389 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);
409 &m_Storer, m_pSrc, stretch_width, stretch_height, m_StretchClip, m_Flags);
420 if (m_Storer.GetBitmap()) {
421 m_Storer.Replace(
422 m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
438 if (!m_Storer.GetBitmap())
441 const uint8_t* stretch_buf = m_Storer.GetBitmap()->GetBuffer();
443 if (m_Storer.GetBitmap()->m_pAlphaMask)
444 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer()
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 655 CFX_BitmapStorer m_Storer;

Completed in 979 milliseconds