Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp376 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, m_Flags); in Start()
389 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags); in Start()
409 &m_Storer, m_pSrc, stretch_width, stretch_height, m_StretchClip, m_Flags); in Start()
420 if (m_Storer.GetBitmap()) { in Continue()
421 m_Storer.Replace( in Continue()
422 m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0)); in Continue()
438 if (!m_Storer.GetBitmap()) in Continue()
441 const uint8_t* stretch_buf = m_Storer.GetBitmap()->GetBuffer(); in Continue()
443 if (m_Storer.GetBitmap()->m_pAlphaMask) in Continue()
444 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h655 CFX_BitmapStorer m_Storer; variable