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