Home
last modified time | relevance | path

Searched refs:pFXDoc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp85 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnMouseMove() local
86 if(!pFXDoc) in FORM_OnMouseMove()
88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnMouseMove()
103 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnLButtonDown() local
104 if(!pFXDoc) in FORM_OnLButtonDown()
106 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonDown()
120 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnLButtonUp() local
121 if(!pFXDoc) in FORM_OnLButtonUp()
123 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonUp()
137 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnKeyDown() local
[all …]
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h347 void SetCurrentDoc(CPDFSDK_Document* pFXDoc) {m_pSDKDoc = pFXDoc;} in SetCurrentDoc() argument