Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp762 #define MAX_PROGRESSIVE_STRETCH_PIXELS 1000000 macro
767 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) { in StartStretch()
802 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) { in StartQuickStretch()