Searched refs:m_Stretcher (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 366 m_Stretcher.Start(&m_Storer, pSrc, dest_height, dest_width, result_clip, in Start() 378 m_Stretcher.Start(&m_Storer, pSrc, dest_width, dest_height, result_clip, in Start() 398 m_Stretcher.Start(&m_Storer, pSrc, stretch_width, stretch_height, in Start() 406 if (m_Stretcher.Continue(pPause)) { in Continue() 416 return m_Stretcher.Continue(pPause); in Continue() 421 if (m_Stretcher.Continue(pPause)) { in Continue() 436 FXDIB_Format transformF = GetTransformedFormat(m_Stretcher.m_pSource); in Continue()
|
D | fx_dib_main.cpp | 1601 if (!m_Stretcher.Start(&m_Composer, pSource, dest_height, dest_width, 1630 ret = m_Stretcher.Start(&m_Composer, pSource, dest_width, dest_height, 1636 return m_Stretcher.Continue(pPause);
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 655 CFX_ImageStretcher m_Stretcher; variable 686 CFX_ImageStretcher m_Stretcher; variable
|