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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Page.h 14 uint32_t m_dwHeight;
JBig2_Context.cpp 369 m_pStream->readInteger(&pPageInfo->m_dwHeight) != 0 ||
378 bool bMaxHeight = (pPageInfo->m_dwHeight == 0xffffffff);
384 bMaxHeight ? pPageInfo->m_wMaxStripeSize : pPageInfo->m_dwHeight;
    [all...]

Completed in 50 milliseconds