HomeSort by relevance Sort by last modified time
    Searched refs:pPDFDocument (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
fpdfsave.cpp 59 CPDF_Document* pPDFDocument = pContext->GetPDFDoc();
60 if (!pPDFDocument)
63 const CPDF_Dictionary* pRoot = pPDFDocument->GetRoot();
149 pPDFDocument->GetByteStringPool());
156 CPDF_Stream* pData = pPDFDocument->NewIndirect<CPDF_Stream>();
160 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
177 pPDFDocument->GetByteStringPool());
182 CPDF_Stream* pData = pPDFDocument->NewIndirect<CPDF_Stream>();
186 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
fsdk_actionhandler.cpp 418 CPDF_Document* pPDFDocument = pFormFillEnv->GetPDFDocument();
419 ASSERT(pPDFDocument);
421 CPDF_Dest MyDest = action.GetDest(pPDFDocument);
422 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);

Completed in 248 milliseconds