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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.h 40 uint32_t getByteLeft() const;
JBig2_BitStream.cpp 166 uint32_t CJBig2_BitStream::getByteLeft() const {
JBig2_Context.cpp 74 if (m_pStream->getByteLeft() <= 0)
77 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) {
108 if (m_pStream->getByteLeft() > 0 && m_pPage && pPause &&
124 while (m_pStream->getByteLeft() > JBIG2_MIN_SEGMENT_SIZE) {
328 m_pStream->getByteLeft() > 0) {
    [all...]
JBig2_SddProc.cpp 536 if (pStream->getByteLeft() >= stride * HCHEIGHT) {

Completed in 123 milliseconds