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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp322 static FX_INT32 GetDirectInteger(CPDF_Dictionary* pDict, FX_BSTR key) function
350 FX_INT32 xrefsize = GetDirectInteger(m_pTrailer, FX_BSTRC("Size"));
358 XRefStreamList.Add(GetDirectInteger(m_pTrailer, FX_BSTRC("XRefStm")));
362 FX_FILESIZE newxrefpos = GetDirectInteger(m_pTrailer, FX_BSTRC("Prev"));
378 newxrefpos = GetDirectInteger(pDict, FX_BSTRC("Prev"));
402 FX_INT32 xrefsize = GetDirectInteger(m_pTrailer, FX_BSTRC("Size"));
408 XRefStreamList.Add(GetDirectInteger(m_pTrailer, FX_BSTRC("XRefStm")));
409 xrefpos = GetDirectInteger(m_pTrailer, FX_BSTRC("Prev"));
417 xrefpos = GetDirectInteger(pDict, FX_BSTRC("Prev"));
1550 FX_INT32 xrefsize = GetDirectInteger(m_pTraile
[all...]

Completed in 86 milliseconds