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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Page.h 17 uint8_t m_cFlags;
JBig2_Segment.cpp 21 m_cFlags.c = 0;
JBig2_Segment.h 46 } m_cFlags;
JBig2_Context.cpp 130 if (pSegment->m_cFlags.s.type == 51)
234 if (pSeg && pSeg->m_cFlags.s.type == cType) {
245 m_pStream->read1Byte(&pSegment->m_cFlags.c) != 0) {
271 uint8_t cPSize = pSegment->m_cFlags.s.page_association_size ? 4 : 1;
331 switch (pSegment->m_cFlags.s.type) {
367 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 ||
389 m_pPage->fill((pPageInfo->m_cFlags & 4) ? 1 : 0);
460 if (pSeg->m_cFlags.s.type == 0) {
473 if (pSeg->m_cFlags.s.type == 0) {
696 if (pSeg->m_cFlags.s.type == 0)
    [all...]

Completed in 2560 milliseconds