Searched refs:m_RefLine (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 687 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_RefLine; member in fxcodec::__anon7b3ad7730211::FaxEncoder 696 m_RefLine(pitch, 0xff), in FaxEncoder() 735 FaxG4FindB1B2(m_RefLine, m_Cols, a0, a0color, &b1, &b2); in FaxEncode2DLine() 795 memcpy(m_RefLine.data(), scan_line, m_Pitch); in Encode()
|