Searched refs:GetDirectInteger (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_cross_ref_avail.cpp | 154 GetDirectInteger(trailer.get(), kPrevCrossRefFieldKey); in CheckCrossRefV4Trailer() 160 GetDirectInteger(trailer.get(), kPrevCrossRefStreamOffsetFieldKey); in CheckCrossRefV4Trailer()
|
D | cpdf_parser.cpp | 412 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()
|
D | fpdf_parser_utility.h | 44 int32_t GetDirectInteger(CPDF_Dictionary* pDict, const ByteString& key);
|
D | fpdf_parser_utility.cpp | 87 int32_t GetDirectInteger(CPDF_Dictionary* pDict, const ByteString& key) { in GetDirectInteger() function
|