Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp675 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_LastLine; member in fxcodec::__anon0f322ee60111::FlatePredictorScanlineDecoder
703 m_LastLine.resize(m_PredictPitch); in FlatePredictorScanlineDecoder()
730 PNG_PredictLine(m_pScanline.get(), m_PredictRaw.data(), m_LastLine.data(), in GetNextLineWithPredictedPitch()
732 memcpy(m_LastLine.data(), m_pScanline.get(), m_PredictPitch); in GetNextLineWithPredictedPitch()
759 m_LastLine.data(), m_BitsPerComponent, m_Colors, in GetNextLineWithoutPredictedPitch()
761 memcpy(m_LastLine.data(), m_PredictBuffer.data(), m_PredictPitch); in GetNextLineWithoutPredictedPitch()