Home
last modified time | relevance | path

Searched refs:m_pDoc (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_viewerPreferences.cpp8 CPDF_ViewerPreferences::CPDF_ViewerPreferences(CPDF_Document *pDoc): m_pDoc(pDoc) in CPDF_ViewerPreferences()
16 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in IsDirectionR2L()
25 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in PrintScaling()
34 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in NumCopies()
43 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in PrintPageRange()
54 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in Duplex()
Ddoc_metadata.cpp10 CPDF_Document *m_pDoc; member
54 ((PDFDOC_LPMETADATA)m_pData)->m_pDoc = pDoc; in LoadDoc()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp327 CPDFSDK_Document::CPDFSDK_Document(CPDF_Document* pDoc,CPDFDoc_Environment* pEnv):m_pDoc(pDoc), in CPDFSDK_Document()
357 int nCount = m_pDoc->GetPageCount(); in InitPageView()
389 CPDF_Page * pPage = (CPDF_Page *)m_pEnv->FFI_GetCurrentPage(m_pDoc); in GetCurrentView()
398 CPDF_Page * pTempPage = (CPDF_Page*)m_pEnv->FFI_GetPage(m_pDoc,nIndex); in GetPageView()
427 if(!m_pDoc) in ProcOpenAction()
430 CPDF_Dictionary* pRoot = m_pDoc->GetRoot(); in ProcOpenAction()
458 m_pOccontent = new CPDF_OCContext(m_pDoc); in GetOCContext()
474 CPDF_Page * pTempPage = (CPDF_Page*)m_pEnv->FFI_GetPage(m_pDoc,nIndex); in GetPage()
595 FX_DWORD dwPermissions = m_pDoc->GetUserPermissions(); in GetPermissions()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h373 CPDF_Document* GetDocument() {return m_pDoc;} in GetDocument()
397 int GetPageCount() {return m_pDoc->GetPageCount();} in GetPageCount()
410 CPDF_Document* m_pDoc; variable
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1622 CPDF_Document* m_pDoc;