Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_avail.cpp154 GetDirectInteger(trailer.get(), kPrevCrossRefFieldKey); in CheckCrossRefV4Trailer()
160 GetDirectInteger(trailer.get(), kPrevCrossRefStreamOffsetFieldKey); in CheckCrossRefV4Trailer()
Dcpdf_parser.cpp412 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size"); in LoadAllCrossRefV4()
421 XRefStreamList.push_back(GetDirectInteger(GetTrailer(), "XRefStm")); in LoadAllCrossRefV4()
426 xrefpos = GetDirectInteger(GetTrailer(), "Prev"); in LoadAllCrossRefV4()
442 xrefpos = GetDirectInteger(pDict.get(), "Prev"); in LoadAllCrossRefV4()
472 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size"); in LoadLinearizedAllCrossRefV4()
481 XRefStreamList.push_back(GetDirectInteger(GetTrailer(), "XRefStm")); in LoadLinearizedAllCrossRefV4()
484 xrefpos = GetDirectInteger(GetTrailer(), "Prev"); in LoadLinearizedAllCrossRefV4()
500 xrefpos = GetDirectInteger(pDict.get(), "Prev"); in LoadLinearizedAllCrossRefV4()
1364 int32_t xrefsize = GetDirectInteger(GetTrailer(), "Size"); in StartLinearizedParse()
Dfpdf_parser_utility.h44 int32_t GetDirectInteger(CPDF_Dictionary* pDict, const ByteString& key);
Dfpdf_parser_utility.cpp87 int32_t GetDirectInteger(CPDF_Dictionary* pDict, const ByteString& key) { in GetDirectInteger() function