Home
last modified time | relevance | path

Searched refs:m_pTrailer (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp227 if (!m_pTrailer) in SetEncryptHandler()
230 CPDF_Object* pEncryptObj = m_pTrailer->GetObjectFor("Encrypt"); in SetEncryptHandler()
314 m_pTrailer = LoadTrailerV4(); in LoadAllCrossRefV4()
315 if (!m_pTrailer) in LoadAllCrossRefV4()
318 int32_t xrefsize = GetDirectInteger(m_pTrailer.get(), "Size"); in LoadAllCrossRefV4()
327 XRefStreamList.push_back(GetDirectInteger(m_pTrailer.get(), "XRefStm")); in LoadAllCrossRefV4()
332 xrefpos = GetDirectInteger(m_pTrailer.get(), "Prev"); in LoadAllCrossRefV4()
370 m_pTrailer = LoadTrailerV4(); in LoadLinearizedAllCrossRefV4()
371 if (!m_pTrailer) in LoadLinearizedAllCrossRefV4()
374 int32_t xrefsize = GetDirectInteger(m_pTrailer.get(), "Size"); in LoadLinearizedAllCrossRefV4()
[all …]
Dcpdf_parser.h53 CPDF_Dictionary* GetTrailer() const { return m_pTrailer.get(); } in GetTrailer()
163 std::unique_ptr<CPDF_Dictionary> m_pTrailer; variable
Dcpdf_data_avail.h207 CPDF_Object* m_pTrailer; variable
Dcpdf_data_avail.cpp72 m_pTrailer = nullptr; in CPDF_DataAvail()