Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp229 m_DestBpp = dest_format & 0xff; in CStretchEngine()
238 if (size && m_DestBpp > static_cast<int>(INT_MAX / size)) in CStretchEngine()
241 size *= m_DestBpp; in CStretchEngine()
250 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4; in CStretchEngine()
288 if (m_DestBpp == 8) in CStretchEngine()
293 if (m_DestBpp == 8) { in CStretchEngine()
357 int Bpp = m_DestBpp / 8; in ContinueStretchHorz()
601 const int DestBpp = m_DestBpp / 8; in StretchVert()
Dcstretchengine.h61 int m_DestBpp; variable