/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 34 CPDFSDK_PageView * pPageView = NULL; in ~CFFL_FormFiller() local 50 void CFFL_FormFiller::SetWindowRect(CPDFSDK_PageView* pPageView, const CPDF_Rect& rcWindow) in SetWindowRect() 58 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) in GetWindowRect() 68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox() 93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw() 113 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnno… in OnDrawDeactive() 137 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseEnter() 141 void CFFL_FormFiller::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseExit() 147 FX_BOOL CFFL_FormFiller::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT … in OnLButtonDown() 164 FX_BOOL CFFL_FormFiller::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nF… in OnLButtonUp() [all …]
|
D | FFL_TextField.cpp | 104 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 145 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnChar() local 172 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnChar() local 182 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged() 192 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) in SaveData() 208 void CFFL_TextField::GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in GetActionData() 243 void CFFL_TextField::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData() 277 void CFFL_TextField::SaveState(CPDFSDK_PageView* pPageView) in SaveState() 288 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState() 299 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
|
D | FFL_ListBox.cpp | 69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 124 FX_BOOL CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged() 156 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData() 203 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in GetActionData() 244 void CFFL_ListBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData() 249 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) in SaveState() 265 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState() 274 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() 306 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnKeyStroke() local
|
D | FFL_ComboBox.cpp | 74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 106 FX_BOOL CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged() 134 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData() 185 …void CFFL_ComboBox::GetActionData( CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PD… in GetActionData() 232 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData() 267 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) in SaveState() 283 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState() 302 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() 334 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnKeyStroke() local 420 CPDFSDK_PageView *pPageView = GetCurPageView(); in GetSelectExportText() local
|
D | FFL_RadioButton.cpp | 23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 56 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local 79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp() 94 FX_BOOL CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged() 106 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
|
D | FFL_CheckBox.cpp | 23 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 55 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local 79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnLButtonUp() 98 FX_BOOL CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged() 111 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
|
D | FFL_IFormFiller.cpp | 42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Poi… in Annot_HitTest() 50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox() 76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw() 166 void CFFL_IFormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFl… in OnMouseEnter() 210 void CFFL_IFormFiller::OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnMouseExit() 254 FX_BOOL CFFL_IFormFiller::OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT… in OnLButtonDown() 299 FX_BOOL CFFL_IFormFiller::OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp() 342 void CFFL_IFormFiller::OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bR… in OnButtonUp() 386 FX_BOOL CFFL_IFormFiller::OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UI… in OnLButtonDblClk() 399 FX_BOOL CFFL_IFormFiller::OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnMouseMove() [all …]
|
D | FFL_PushButton.cpp | 22 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDraw()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_annothandler.cpp | 59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) in NewAnnot() 134 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_… in Annot_OnDraw() 149 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* p… in Annot_OnLButtonDown() 159 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnLButtonUp() 169 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDblClk(CPDFSDK_PageView * pPageView, CPDFSDK_Annot*… in Annot_OnLButtonDblClk() 179 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseMove(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnMouseMove() 189 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseWheel(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pA… in Annot_OnMouseWheel() 199 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnRButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* p… in Annot_OnRButtonDown() 209 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnRButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnRButtonUp() 220 void CPDFSDK_AnnotHandlerMgr::Annot_OnMouseEnter(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnno… in Annot_OnMouseEnter() [all …]
|
D | fpdfformfill.cpp | 88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnMouseMove() local 106 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonDown() local 123 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonUp() local 140 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyDown() local 155 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyUp() local 171 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnChar() local 242 if(CPDFSDK_PageView* pPageView = pFXDoc->GetPageView(pPage)) in FPDF_FFLDraw() local 315 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, TRUE); in FORM_OnAfterLoadPage() local 328 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); in FORM_OnBeforeClosePage() local 386 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); in FORM_DoPageAAction() local
|
D | fsdk_mgr.cpp | 85 CPDFSDK_PageView* pPageView = NULL; in InvalidateRect() local 338 CPDFSDK_PageView* pPageView = NULL; in ~CPDFSDK_Document() local 366 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView) in AddPageView() 373 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in GetPageView() local 464 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in ReMovePageView() local 492 CPDFSDK_PageView * pPageView = NULL; in UpdateAllViews() local 518 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in SetFocusAnnot() local
|
D | fsdk_baseform.cpp | 26 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* … in CPDFSDK_Widget() 450 void CPDFSDK_Widget::DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView) in DrawShadow() 1591 …t::OnAAction(CPDF_AAction::AActionType type, PDFSDK_FieldAction& data, CPDFSDK_PageView* pPageView) in OnAAction() 2084 CPDFSDK_PageView * pPageView = m_pDocument->GetPageView(pPage,FALSE); in UpdateField() local 2196 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in DoAction_Hide() local 2668 CBA_AnnotIterator::CBA_AnnotIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, cons… in CBA_AnnotIterator()
|
D | fsdk_baseannot.cpp | 506 CPDFSDK_Annot::CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) : in CPDFSDK_Annot() 532 void CPDFSDK_Annot::SetPage(CPDFSDK_PageView* pPageView) in SetPage()
|
D | fpdfview.cpp | 536 …CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)(((CPDF_Page*)page))->GetPrivateData((FX_LPVOID)p… in FPDF_ClosePage() local
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Object.cpp | 22 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWST… in FXJS_MsgBox() 65 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX… in MsgBox() 137 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX… in MsgBox()
|
D | Document.cpp | 253 if (CPDFSDK_PageView* pPageView = m_pDocument->GetCurrentView()) in pageNum() local 553 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage); in removeField() local
|
D | Field.cpp | 2146 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in page() local
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_IFormFiller.h | 139 CPDFSDK_PageView* pPageView; variable
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 122 virtual void OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDrawSleep() 147 …virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nF… in OnRButtonDblClk()
|