Searched refs:m_pRefBuf (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 626 uint8_t* m_pRefBuf; member in CCodec_FaxDecoder 631 m_pRefBuf = NULL; in CCodec_FaxDecoder() 635 FX_Free(m_pRefBuf); in ~CCodec_FaxDecoder() 664 m_pRefBuf = FX_Alloc(uint8_t, m_Pitch); in Create() 673 FXSYS_memset(m_pRefBuf, 0xff, m_Pitch); in v_Rewind() 685 FaxG4GetRow(m_pSrcBuf, bitsize, bitpos, m_pScanlineBuf, m_pRefBuf, in v_GetNextLine() 687 FXSYS_memcpy(m_pRefBuf, m_pScanlineBuf, m_Pitch); in v_GetNextLine() 696 FaxG4GetRow(m_pSrcBuf, bitsize, bitpos, m_pScanlineBuf, m_pRefBuf, in v_GetNextLine() 699 FXSYS_memcpy(m_pRefBuf, m_pScanlineBuf, m_Pitch); in v_GetNextLine()
|