Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h85 bool ReadBlockAt(FX_FILESIZE read_pos);
Dcpdf_syntax_parser.cpp107 bool CPDF_SyntaxParser::ReadBlockAt(FX_FILESIZE read_pos) { in ReadBlockAt() function in CPDF_SyntaxParser
132 if (!IsPositionRead(pos) && !ReadBlockAt(pos)) in GetNextChar()
153 if (!ReadBlockAt(block_start) || !IsPositionRead(pos)) in GetCharAtBackward()