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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.cpp 367 std::unique_ptr<JBig2PageInfo> pPageInfo(new JBig2PageInfo);
368 if (m_pStream->readInteger(&pPageInfo->m_dwWidth) != 0 ||
369 m_pStream->readInteger(&pPageInfo->m_dwHeight) != 0 ||
370 m_pStream->readInteger(&pPageInfo->m_dwResolutionX) != 0 ||
371 m_pStream->readInteger(&pPageInfo->m_dwResolutionY) != 0 ||
372 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 ||
376 pPageInfo->m_bIsStriped = !!(wTemp & 0x8000);
377 pPageInfo->m_wMaxStripeSize = wTemp & 0x7fff;
378 bool bMaxHeight = (pPageInfo->m_dwHeight == 0xffffffff);
379 if (bMaxHeight && pPageInfo->m_bIsStriped != true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [all...]

Completed in 455 milliseconds