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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.h 40 FX_DWORD getByteLeft() const;
JBig2_BitStream.cpp 166 FX_DWORD CJBig2_BitStream::getByteLeft() const {
JBig2_Context.cpp 92 if (m_pStream->getByteLeft() <= 0)
95 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) {
126 if (m_pStream->getByteLeft() > 0 && m_pPage && pPause &&
140 while (m_pStream->getByteLeft() > JBIG2_MIN_SEGMENT_SIZE) {
341 m_pStream->getByteLeft() > 0) {
    [all...]
JBig2_SddProc.cpp 541 if (pStream->getByteLeft() >= stride * HCHEIGHT) {

Completed in 121 milliseconds