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

  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.h 89 bool IsPositionRead(FX_FILESIZE pos) const;
cpdf_syntax_parser.cpp 82 if (!IsPositionRead(pos) && !ReadBlockAt(pos))
95 if (!IsPositionRead(pos)) {
99 if (!ReadBlockAt(block_start) || !IsPositionRead(pos))
777 bool CPDF_SyntaxParser::IsPositionRead(FX_FILESIZE pos) const {

Completed in 65 milliseconds