Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp230 m_pInterBuf = NULL; in CStretchEngine()
253 m_pInterBuf = NULL; in CStretchEngine()
337 FX_Free(m_pInterBuf); in ~CStretchEngine()
347 m_pInterBuf = FX_TryAlloc(unsigned char, m_SrcClip.Height() * m_InterPitch); in StartStretchHorz()
348 if (!m_pInterBuf) { in StartStretchHorz()
388 m_pInterBuf + (m_CurRow - m_SrcClip.top) * m_InterPitch; in ContinueStretchHorz()
620 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
640 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
667 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
698 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
Ddib_int.h89 unsigned char* m_pInterBuf; variable