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 364 m_pStream->readInteger(&pPageInfo->m_dwHeight) != 0 ||
373 bool bMaxHeight = (pPageInfo->m_dwHeight == 0xffffffff);
379 bMaxHeight ? pPageInfo->m_wMaxStripeSize : pPageInfo->m_dwHeight;
    [all...]

Completed in 480 milliseconds