Home
last modified time | relevance | path

Searched refs:getByteLeft (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.h41 uint32_t getByteLeft() const;
DJBig2_BitStream.cpp170 uint32_t CJBig2_BitStream::getByteLeft() const { in getByteLeft() function in CJBig2_BitStream
DJBig2_Context.cpp81 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()
DJBig2_SddProc.cpp462 pStream->getByteLeft() < safe_image_size.ValueOrDie()) { in DecodeHuffman()