Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp933 m_pStretchEngine = pdfium::MakeUnique<CStretchEngine>( in StartStretch()
936 m_pStretchEngine->StartStretchHorz(); in StartStretch()
938 m_pStretchEngine->Continue(nullptr); in StartStretch()
945 return m_pStretchEngine && m_pStretchEngine->Continue(pPause); in ContinueStretch()
/external/pdfium/core/fxge/
Dfx_dib.h619 std::unique_ptr<CStretchEngine> m_pStretchEngine; variable