Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h117 size_t m_nSegmentDecoded; variable
DJBig2_Context.cpp63 : m_nSegmentDecoded(0), in CJBig2_Context()
155 m_nSegmentDecoded = 0; in decode_RandomOrgnazation_FirstPage()
159 for (; m_nSegmentDecoded < m_SegmentList.size(); ++m_nSegmentDecoded) { in decode_RandomOrgnazation()
161 parseSegmentData(m_SegmentList.get(m_nSegmentDecoded), pPause); in decode_RandomOrgnazation()