Home
last modified time | relevance | path

Searched refs:m_dwPage_association (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Segment.cpp16 m_dwPage_association = 0; in CJBig2_Segment()
DJBig2_Segment.h49 FX_DWORD m_dwPage_association; variable
DJBig2_Context.cpp322 pSegment->m_dwPage_association = cTemp; in parseSegmentHeader()
324 if (m_pStream->readInteger(&pSegment->m_dwPage_association) != 0) { in parseSegmentHeader()