Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp682 const int m_Cols; member in fxcodec::__anonbb416a170211::FaxEncoder
692 : m_Cols(width), in FaxEncoder()
732 int a1 = FindBit(src_buf, m_Cols, a0 + 1, !a0color); in FaxEncode2DLine()
735 FaxG4FindB1B2(m_RefLine, m_Cols, a0, a0color, &b1, &b2); in FaxEncode2DLine()
767 int a2 = FindBit(src_buf, m_Cols, a1 + 1, a0color); in FaxEncode2DLine()
778 if (a0 >= m_Cols) in FaxEncode2DLine()