HomeSort by relevance Sort by last modified time
    Searched refs:m_cFlags (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Page.h 17 uint8_t m_cFlags;
JBig2_Segment.cpp 13 m_cFlags.c = 0;
JBig2_Segment.h 46 } m_cFlags;
JBig2_Context.cpp 145 } else if (pSegment->m_cFlags.s.type == 51) {
253 if (pSeg && pSeg->m_cFlags.s.type == cType) {
263 m_pStream->read1Byte(&pSegment->m_cFlags.c) != 0) {
289 uint8_t cPSize = pSegment->m_cFlags.s.page_association_size ? 4 : 1;
349 switch (pSegment->m_cFlags.s.type) {
385 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 ||
406 m_pPage->fill((pPageInfo->m_cFlags & 4) ? 1 : 0);
479 if (pSeg->m_cFlags.s.type == 0) {
492 if (pSeg->m_cFlags.s.type == 0) {
720 if (pSeg->m_cFlags.s.type == 0)
    [all...]

Completed in 532 milliseconds