Home
last modified time | relevance | path

Searched refs:IsInBound (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.cpp68 if (!IsInBound()) in read1Bit()
77 if (!IsInBound()) in read1Bit()
86 if (!IsInBound()) in read1Byte()
121 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0; in getCurByte()
125 if (IsInBound()) in incByteIdx()
130 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0xFF; in getCurByte_arith()
179 bool CJBig2_BitStream::IsInBound() const { in IsInBound() function in CJBig2_BitStream
DJBig2_BitStream.h45 bool IsInBound() const;