Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp294 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size"); in LoadAllCrossRefV4()
299 GetDirectInteger(GetTrailer(), "XRefStm")}; in LoadAllCrossRefV4()
305 xref_offset = GetDirectInteger(GetTrailer(), "Prev"); in LoadAllCrossRefV4()
321 xref_offset = GetDirectInteger(pDict.Get(), "Prev"); in LoadAllCrossRefV4()
354 if (GetDirectInteger(GetTrailer(), "Size") == 0) in LoadLinearizedAllCrossRefV4()
361 GetDirectInteger(GetTrailer(), "XRefStm")}; in LoadLinearizedAllCrossRefV4()
372 FX_FILESIZE xref_offset = GetDirectInteger(GetTrailer(), "Prev"); in LoadLinearizedAllCrossRefV4()
388 xref_offset = GetDirectInteger(pDict.Get(), "Prev"); in LoadLinearizedAllCrossRefV4()
995 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size"); in StartLinearizedParse()
Dcpdf_cross_ref_avail.cpp155 GetDirectInteger(trailer.Get(), kPrevCrossRefFieldKey); in CheckCrossRefV4Trailer()
161 GetDirectInteger(trailer.Get(), kPrevCrossRefStreamOffsetFieldKey); in CheckCrossRefV4Trailer()
Dfpdf_parser_utility.h48 int32_t GetDirectInteger(const CPDF_Dictionary* pDict, const ByteString& key);
Dfpdf_parser_utility.cpp89 int32_t GetDirectInteger(const CPDF_Dictionary* pDict, const ByteString& key) { in GetDirectInteger() function