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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp588 FX_LPBYTE m_pLastLine; member in class:CCodec_FlateScanlineDecoder
598 m_pLastLine = NULL;
608 if (m_pLastLine) {
609 FX_Free(m_pLastLine);
653 m_pLastLine = FX_Alloc(FX_BYTE, m_PredictPitch);
654 if (m_pLastLine == NULL) {
657 FXSYS_memset32(m_pLastLine, 0, m_PredictPitch);
689 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns);
690 FXSYS_memcpy32(m_pLastLine, m_pScanline, m_PredictPitch);
706 PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, m_BitsPerComponen
[all...]

Completed in 222 milliseconds