Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp600 FX_LPBYTE m_pLastLine; member in CCodec_FlateScanlineDecoder
610 m_pLastLine = NULL; in CCodec_FlateScanlineDecoder()
620 if (m_pLastLine) { in ~CCodec_FlateScanlineDecoder()
621 FX_Free(m_pLastLine); in ~CCodec_FlateScanlineDecoder()
662 m_pLastLine = FX_Alloc(FX_BYTE, m_PredictPitch); in Create()
687 … PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns); in v_GetNextLine()
688 FXSYS_memcpy32(m_pLastLine, m_pScanline, m_PredictPitch); in v_GetNextLine()
704 …PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Colu… in v_GetNextLine()
705 FXSYS_memcpy32(m_pLastLine, m_pPredictBuffer, m_PredictPitch); in v_GetNextLine()