Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h87 static_cast<FX_FILESIZE>(m_BufOffset + m_BufSize) <= pos; in CheckPosition()
96 uint32_t m_BufSize; variable
Dcpdf_syntax_parser.cpp47 m_BufSize(CPDF_ModuleMgr::kFileBufSize), in CPDF_SyntaxParser()
83 uint32_t read_size = m_BufSize; in GetNextChar()
100 if (pos < static_cast<FX_FILESIZE>(m_BufSize)) in GetCharAtBackward()
103 read_pos = pos - m_BufSize + 1; in GetCharAtBackward()
104 uint32_t read_size = m_BufSize; in GetCharAtBackward()
767 m_pFileBuf = FX_Alloc(uint8_t, m_BufSize); in InitParser()
774 std::min(m_BufSize, static_cast<uint32_t>(m_FileLen))); in InitParser()