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.cpp20 : m_loopIndex(0), in CJBig2_GRDProc()
664 m_loopIndex = 0; in Start_decode_Arith()
671 int iline = m_loopIndex; in decode_Arith()
708 m_ReplaceRect.bottom = m_loopIndex; in decode_Arith()
710 m_loopIndex = 0; in decode_Arith()
762 for (; m_loopIndex < height; m_loopIndex++) { in decode_Arith_Template0_opt3()
770 pImage->copyLine(m_loopIndex, m_loopIndex - 1); in decode_Arith_Template0_opt3()
772 if (m_loopIndex > 1) { in decode_Arith_Template0_opt3()
809 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; in decode_Arith_Template0_opt3()
812 if (m_loopIndex & 1) { in decode_Arith_Template0_opt3()
[all …]
DJBig2_GrdProc.h125 uint32_t m_loopIndex; variable