Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h94 size_t m_nSegmentDecoded; variable
DJBig2_Context.cpp54 : m_nSegmentDecoded(0), in CJBig2_Context()
139 m_nSegmentDecoded = 0; in decode_RandomOrgnazation_FirstPage()
144 for (; m_nSegmentDecoded < m_SegmentList.size(); ++m_nSegmentDecoded) { in decode_RandomOrgnazation()
146 parseSegmentData(m_SegmentList[m_nSegmentDecoded].get(), pPause); in decode_RandomOrgnazation()