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

  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 318 if (m_pParser->IsObjectFreeOrNull(objnum))
369 while (dwStart <= dwEnd && m_pParser->IsObjectFreeOrNull(dwStart))
376 while (j <= dwEnd && !m_pParser->IsObjectFreeOrNull(j))
457 if (m_pParser->IsObjectFreeOrNull(num))
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.h 84 bool IsObjectFreeOrNull(uint32_t objnum) const;
cpdf_parser.cpp 161 bool CPDF_Parser::IsObjectFreeOrNull(uint32_t objnum) const {
    [all...]

Completed in 5893 milliseconds