Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp185 m_DestBpp = dest_format & 0xff; in CStretchEngine()
197 if (size && m_DestBpp > (int)(INT_MAX / size)) { in CStretchEngine()
200 size *= m_DestBpp; in CStretchEngine()
214 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4; in CStretchEngine()
258 if (m_DestBpp == 8) { in CStretchEngine()
264 if (m_DestBpp == 8) { in CStretchEngine()
352 int Bpp = m_DestBpp / 8; in ContinueStretchHorz()
558 int DestBpp = m_DestBpp / 8; in StretchVert()
Ddib_int.h66 int m_DestBpp, m_SrcBpp, m_bHasAlpha; variable