Searched refs:m_pPredictRaw (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 608 uint8_t* m_pPredictRaw; member in CCodec_FlateScanlineDecoder 622 m_pPredictRaw = nullptr; in CCodec_FlateScanlineDecoder() 630 FX_Free(m_pPredictRaw); in ~CCodec_FlateScanlineDecoder() 674 m_pPredictRaw = FX_Alloc(uint8_t, m_PredictPitch + 1); in Create() 697 FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 698 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, in v_GetNextLine() 718 FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 719 PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, in v_GetNextLine()
|