Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp334 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, in CFX_ImageTransformer()
347 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, in CFX_ImageTransformer()
377 &m_Storer, m_pSrc, stretch_width, stretch_height, m_StretchClip, in CFX_ImageTransformer()
409 if (m_Storer.GetBitmap()) { in ContinueRotate()
410 m_Storer.Replace( in ContinueRotate()
411 m_Storer.GetBitmap()->SwapXY(m_matrix.c > 0, m_matrix.b < 0)); in ContinueRotate()
416 if (!m_Storer.GetBitmap()) in ContinueOther()
424 const auto& pSrcMask = m_Storer.GetBitmap()->m_pAlphaMask; in ContinueOther()
443 m_Storer.GetBitmap()->m_pAlphaMask->GetPitch(), in ContinueOther()
449 m_Storer.GetBitmap()->GetBuffer(), in ContinueOther()
[all …]
Dcfx_imagetransformer.h94 CFX_BitmapStorer m_Storer; variable