Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp764 uint8_t* m_pPredictRaw; member in CCodec_FlateScanlineDecoder
778 m_pPredictRaw = NULL; in CCodec_FlateScanlineDecoder()
785 FX_Free(m_pPredictRaw); in ~CCodec_FlateScanlineDecoder()
830 m_pPredictRaw = FX_Alloc(uint8_t, m_PredictPitch + 1); in Create()
851 FPDFAPI_FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine()
852 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, in v_GetNextLine()
873 FPDFAPI_FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine()
874 PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, in v_GetNextLine()