Searched refs:getByteLeft (Results 1 – 4 of 4) sorted by relevance
41 uint32_t getByteLeft() const;
170 uint32_t CJBig2_BitStream::getByteLeft() const { in getByteLeft() function in CJBig2_BitStream
81 if (m_pStream->getByteLeft() <= 0) in DecodeSequential()84 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) { in DecodeSequential()119 if (m_pStream->getByteLeft() > 0 && m_pPage && pPause && in DecodeSequential()282 m_pStream->getByteLeft() > 0) { in ParseSegmentData()
462 pStream->getByteLeft() < safe_image_size.ValueOrDie()) { in DecodeHuffman()