Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp64 m_bInPage(false), in CJBig2_Context()
355 if (!m_bInPage) in ProcessingParseSegmentData()
363 if (!m_bInPage) in ProcessingParseSegmentData()
369 if (!m_bInPage) in ProcessingParseSegmentData()
375 if (!m_bInPage) in ProcessingParseSegmentData()
408 m_bInPage = true; in ProcessingParseSegmentData()
411 m_bInPage = false; in ProcessingParseSegmentData()
DJBig2_Context.h118 bool m_bInPage; variable