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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp844 CPDF_Dictionary* pTrailer = NULL; local
846 pTrailer = ((CPDF_Stream*)pObj)->GetDict();
848 pTrailer = (CPDF_Dictionary*)pObj;
850 if (pTrailer) {
852 CPDF_Object* pRoot = pTrailer->GetElement(FX_BSTRC("Root"));
856 FX_POSITION pos = pTrailer->GetStartPos();
859 CPDF_Object* pObj = pTrailer->GetNextElement(pos, key);
868 m_pTrailer = (CPDF_Dictionary*)pTrailer->Clone();
871 m_pTrailer = pTrailer;
3784 CPDF_Object *pTrailer local
[all...]

Completed in 249 milliseconds