Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp483 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_RefBuf; member in fxcodec::__anon7b3ad7730111::FaxDecoder
506 m_RefBuf(m_Pitch) {} in FaxDecoder()
511 memset(m_RefBuf.data(), 0xff, m_RefBuf.size()); in v_Rewind()
525 m_RefBuf, m_OrigWidth); in v_GetNextLine()
526 m_RefBuf = m_ScanlineBuf; in v_GetNextLine()
536 m_RefBuf, m_OrigWidth); in v_GetNextLine()
538 m_RefBuf = m_ScanlineBuf; in v_GetNextLine()