Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagestretcher.cpp60 m_DestBPP(m_DestFormat & 0xff), in CFX_ImageStretcher()
159 if (size && m_DestBPP > static_cast<int>(INT_MAX / size)) in StartQuickStretch()
162 size *= m_DestBPP; in StartQuickStretch()
197 m_pSource->DownSampleScanline(src_y, m_pScanline.get(), m_DestBPP, in ContinueQuickStretch()
Dcfx_imagestretcher.h55 const int m_DestBPP; variable