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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.h 41 CPDF_Document* GetPDFDoc();
xfa_ffdoc.cpp 316 CPDF_Document* CXFA_FFDoc::GetPDFDoc() {
xfa_fontmgr.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_page.cpp 41 CPDF_Document* pPDFDoc = m_pDocument->GetPDFDoc();
114 m_pPDFPage->Load(m_pDocument->GetPDFDoc(), pageDict);
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 29 CPDF_Document* GetPDFDoc() { return m_pPDFDoc; }
  /external/pdfium/fpdfsdk/src/
fpdfsave.cpp 83 CPDF_Document* pPDFDocument = pDocument->GetPDFDoc();
fpdftext.cpp 29 CPDF_ViewerPreferences viewRef(pDoc->GetPDFDoc());
fpdfview.cpp 44 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr;
338 (static_cast<CPDFXFA_Document*>(document))->GetPDFDoc();
    [all...]
fpdfformfill.cpp 329 CPDF_Document* pPDFDoc = pDocument->GetPDFDoc();
fsdk_mgr.cpp 854 return m_page->GetDocument()->GetPDFDoc();
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 503 return m_pDoc ? m_pDoc->GetPDFDoc() : nullptr;

Completed in 144 milliseconds