HomeSort by relevance Sort by last modified time
    Searched refs:m_pInterBuf (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
dib_int.h 78 unsigned char* m_pInterBuf;
fx_dib_engine.cpp 192 m_pInterBuf = NULL;
216 m_pInterBuf = NULL;
301 if (m_pInterBuf) {
302 FX_Free(m_pInterBuf);
317 m_pInterBuf = FX_AllocNL(unsigned char, m_SrcClip.Height() * m_InterPitch);
319 m_pInterBuf = FX_Alloc(unsigned char, m_SrcClip.Height() * m_InterPitch);
321 if (m_pInterBuf == NULL) {
363 FX_LPBYTE dest_scan = m_pInterBuf + (m_CurRow - m_SrcClip.top) * m_InterPitch;
568 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
584 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
    [all...]

Completed in 531 milliseconds