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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 380 std::unique_ptr<JBig2PageInfo> pPageInfo(new JBig2PageInfo);
381 if (m_pStream->readInteger(&pPageInfo->m_dwWidth) != 0 ||
382 m_pStream->readInteger(&pPageInfo->m_dwHeight) != 0 ||
383 m_pStream->readInteger(&pPageInfo->m_dwResolutionX) != 0 ||
384 m_pStream->readInteger(&pPageInfo->m_dwResolutionY) != 0 ||
385 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 ||
389 pPageInfo->m_bIsStriped = !!(wTemp & 0x8000);
390 pPageInfo->m_wMaxStripeSize = wTemp & 0x7fff;
391 bool bMaxHeight = (pPageInfo->m_dwHeight == 0xffffffff);
392 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 3037 milliseconds