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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.cpp 68 if (!IsInBound())
77 if (!IsInBound())
86 if (!IsInBound())
121 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0;
125 if (IsInBound())
130 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0xFF;
179 bool CJBig2_BitStream::IsInBound() const {
JBig2_BitStream.h 45 bool IsInBound() const;

Completed in 72 milliseconds