Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp17 : m_loopIndex(0), in CJBig2_GRDProc()
564 m_loopIndex = 0; in Start_decode_Arith()
569 int iline = m_loopIndex; in decode_Arith()
607 m_ReplaceRect.bottom = m_loopIndex; in decode_Arith()
609 m_loopIndex = 0; in decode_Arith()
661 for (; m_loopIndex < height; m_loopIndex++) { in decode_Arith_Template0_opt3()
665 pImage->copyLine(m_loopIndex, m_loopIndex - 1); in decode_Arith_Template0_opt3()
667 if (m_loopIndex > 1) { in decode_Arith_Template0_opt3()
698 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; in decode_Arith_Template0_opt3()
701 if (m_loopIndex & 1) { in decode_Arith_Template0_opt3()
[all …]
DJBig2_GrdProc.h112 uint32_t m_loopIndex; variable