HomeSort by relevance Sort by last modified time
    Searched refs:m_loopIndex (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 20 : m_loopIndex(0),
664 m_loopIndex = 0;
671 int iline = m_loopIndex;
708 m_ReplaceRect.bottom = m_loopIndex;
710 m_loopIndex = 0;
762 for (; m_loopIndex < height; m_loopIndex++) {
770 pImage->copyLine(m_loopIndex, m_loopIndex - 1);
772 if (m_loopIndex > 1)
    [all...]
JBig2_GrdProc.h 125 uint32_t m_loopIndex;

Completed in 1908 milliseconds