Searched refs:m_pScanlineBuf (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 625 uint8_t* m_pScanlineBuf; member in CCodec_FaxDecoder 630 m_pScanlineBuf = NULL; in CCodec_FaxDecoder() 634 FX_Free(m_pScanlineBuf); in ~CCodec_FaxDecoder() 663 m_pScanlineBuf = FX_Alloc(uint8_t, m_Pitch); in Create() 683 FXSYS_memset(m_pScanlineBuf, 0xff, m_Pitch); in v_GetNextLine() 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() 689 FaxGet1DLine(m_pSrcBuf, bitsize, bitpos, m_pScanlineBuf, m_OrigWidth); in v_GetNextLine() 694 FaxGet1DLine(m_pSrcBuf, bitsize, bitpos, m_pScanlineBuf, m_OrigWidth); in v_GetNextLine() 696 FaxG4GetRow(m_pSrcBuf, bitsize, bitpos, m_pScanlineBuf, m_pRefBuf, in v_GetNextLine() [all …]
|
D | fx_codec_jpeg.cpp | 337 uint8_t* m_pScanlineBuf; member in CCodec_JpegDecoder 348 m_pScanlineBuf = NULL; in CCodec_JpegDecoder() 358 FX_Free(m_pScanlineBuf); in ~CCodec_JpegDecoder() 437 m_pScanlineBuf = FX_Alloc(uint8_t, m_Pitch); in Create() 503 int nlines = jpeg_read_scanlines(&cinfo, &m_pScanlineBuf, 1); in v_GetNextLine() 507 return m_pScanlineBuf; in v_GetNextLine()
|