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

  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 329 if (!GetTrailer())
332 CPDF_Object* pEncryptObj = GetTrailer()->GetObjectFor("Encrypt");
412 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size");
421 XRefStreamList.push_back(GetDirectInteger(GetTrailer(), "XRefStm"));
426 xrefpos = GetDirectInteger(GetTrailer(), "Prev");
472 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size");
481 XRefStreamList.push_back(GetDirectInteger(GetTrailer(), "XRefStm"));
484 xrefpos = GetDirectInteger(GetTrailer(), "Prev");
894 if (GetTrailer()) {
908 GetTrailer()->SetNewFor<CPDF_Reference>
    [all...]
cpdf_parser.h 61 CPDF_Dictionary* GetTrailer() const;
cpdf_data_avail.cpp 765 !m_pDocument->GetParser() || !m_pDocument->GetParser()->GetTrailer()) {
771 m_pDocument->GetParser()->GetTrailer()->GetIntegerFor("Prev");

Completed in 277 milliseconds