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.h125 FX_INT32 m_nSegmentDecoded; variable
DJBig2_Context.cpp54 m_nSegmentDecoded = 0; in CJBig2_Context()
217 m_nSegmentDecoded = 0; in decode_RandomOrgnazation_FirstPage()
223 for(; m_nSegmentDecoded < m_pSegmentList->getLength(); m_nSegmentDecoded++) { in decode_RandomOrgnazation()
224 nRet = parseSegmentData(m_pSegmentList->getAt(m_nSegmentDecoded), pPause); in decode_RandomOrgnazation()