Searched defs:pPageView (Results 1 - 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_annotiteration.cpp15 CPDFSDK_AnnotIteration::CPDFSDK_AnnotIteration(CPDFSDK_PageView* pPageView, argument
18 std::vector<CPDFSDK_Annot*> copiedList = pPageView->GetAnnotList();
24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot();
H A Dcpdfsdk_xfawidget.cpp13 CPDFSDK_PageView* pPageView,
15 : CPDFSDK_Annot(pPageView),
12 CPDFSDK_XFAWidget(CXFA_FFWidget* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm) argument
H A Dcpdfsdk_annot.cpp25 CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView) argument
26 : m_pPageView(pPageView), m_bSelected(false) {}
H A Dcba_annotiterator.cpp31 CBA_AnnotIterator::CBA_AnnotIterator(CPDFSDK_PageView* pPageView, argument
34 m_pPageView(pPageView),
H A Dcfx_systemhandler.cpp38 CPDFSDK_PageView* pPageView = widget->GetPageView(); local
40 if (!pPage || !pPageView)
44 pPageView->GetCurrentMatrix(page2device);
H A Dcpdfsdk_annothandlermgr.cpp42 CPDFSDK_PageView* pPageView) {
43 ASSERT(pPageView);
44 return GetAnnotHandler(pAnnot->GetSubtype())->NewAnnot(pAnnot, pPageView);
49 CPDFSDK_PageView* pPageView) {
51 ASSERT(pPageView);
54 ->NewAnnot(pAnnot, pPageView);
95 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, argument
101 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device,
106 CPDFSDK_PageView* pPageView,
112 ->OnLButtonDown(pPageView, pAnno
41 NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) argument
48 NewAnnot(CXFA_FFWidget* pAnnot, CPDFSDK_PageView* pPageView) argument
105 Annot_OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
115 Annot_OnLButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
125 Annot_OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
135 Annot_OnMouseMove( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
145 Annot_OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
156 Annot_OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
166 Annot_OnRButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
176 Annot_OnMouseEnter( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
184 Annot_OnMouseExit( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
257 Annot_OnGetViewBBox( CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
264 Annot_OnHitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
278 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); local
[all...]
H A Dcpdfsdk_baannothandler.cpp26 void UpdateAnnotRects(CPDFSDK_PageView* pPageView, CPDFSDK_BAAnnot* pBAAnnot) { argument
36 pPageView->UpdateRects(rects);
65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, argument
80 void CPDFSDK_BAAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, argument
85 UpdateAnnotRects(pPageView, pBAAnnot);
88 void CPDFSDK_BAAnnotHandler::OnMouseExit(CPDFSDK_PageView* pPageView, argument
93 UpdateAnnotRects(pPageView, pBAAnnot);
96 bool CPDFSDK_BAAnnotHandler::OnLButtonDown(CPDFSDK_PageView* pPageView, argument
103 bool CPDFSDK_BAAnnotHandler::OnLButtonUp(CPDFSDK_PageView* pPageView, argument
110 bool CPDFSDK_BAAnnotHandler::OnLButtonDblClk(CPDFSDK_PageView* pPageView, argument
117 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
124 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
132 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
139 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
146 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
191 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
196 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_widgethandler.cpp91 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, argument
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
105 void CPDFSDK_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, argument
109 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag);
112 void CPDFSDK_WidgetHandler::OnMouseExit(CPDFSDK_PageView* pPageView, argument
116 m_pFormFiller->OnMouseExit(pPageView, pAnnot, nFlag);
119 bool CPDFSDK_WidgetHandler::OnLButtonDown(CPDFSDK_PageView* pPageView, argument
124 return m_pFormFiller->OnLButtonDown(pPageView, pAnnot, nFlags, point);
129 bool CPDFSDK_WidgetHandler::OnLButtonUp(CPDFSDK_PageView* pPageView, argument
134 return m_pFormFiller->OnLButtonUp(pPageView, pAnno
139 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
149 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
159 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
171 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
181 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
191 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
239 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
272 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
280 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_xfawidgethandler.cpp48 void CPDFSDK_XFAWidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, argument
53 ASSERT(pPageView);
60 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot)
79 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, argument
100 bool CPDFSDK_XFAWidgetHandler::HitTest(CPDFSDK_PageView* pPageView, argument
103 if (!pPageView || !pAnnot)
106 CPDFSDK_FormFillEnvironment* pFormFillEnv = pPageView->GetFormFillEnv();
127 void CPDFSDK_XFAWidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, argument
130 if (!pPageView || !(*pAnnot))
136 void CPDFSDK_XFAWidgetHandler::OnMouseExit(CPDFSDK_PageView* pPageView, argument
146 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
158 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
170 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
183 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
195 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
208 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
232 OnRButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_pageview.cpp451 CXFA_FFPageView* pPageView = m_page->GetXFAPageView(); local
452 return pPageView ? pPageView->GetPageIndex() : -1;
H A Dcpdfsdk_baannot.cpp24 CPDFSDK_PageView* pPageView)
25 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {}
23 CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) argument
H A Dfpdfformfill.cpp131 if (CPDFSDK_PageView* pPageView = pFormFillEnv->GetPageView(pPage, true))
132 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options, clip);
136 if (CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, pPage))
137 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options);
173 CXFA_FFPageView* pPageView = pXFAPage->GetXFAPageView();
174 if (!pPageView)
177 CXFA_FFDocView* pDocView = pPageView->GetDocView();
186 pPageView->CreateWidgetIterator(XFA_TRAVERSEWAY_Form,
295 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
296 if (!pPageView)
306 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
317 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
331 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
342 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
355 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
366 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
377 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); local
[all...]
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h28 bool Annot_HitTest(CPDFSDK_PageView* pPageView,
31 FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
32 void OnDraw(CPDFSDK_PageView* pPageView,
39 void OnMouseEnter(CPDFSDK_PageView* pPageView,
42 void OnMouseExit(CPDFSDK_PageView* pPageView,
45 bool OnLButtonDown(CPDFSDK_PageView* pPageView,
49 bool OnLButtonUp(CPDFSDK_PageView* pPageView,
53 bool OnLButtonDblClk(CPDFSDK_PageView* pPageView,
57 bool OnMouseMove(CPDFSDK_PageView* pPageView,
61 bool OnMouseWheel(CPDFSDK_PageView* pPageView,
172 CPDFSDK_PageView* pPageView; member in class:CFFL_PrivateData
[all...]
H A Dcffl_pushbutton.cpp19 CPDFSDK_PageView* pPageView) {
32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, argument
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
18 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
H A Dcffl_checkbox.cpp22 CPDFSDK_PageView* pPageView) {
46 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
47 ASSERT(pPageView);
53 &pObserved, pPageView, bReset, bExit, nFlags);
62 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true))
65 CommitData(pPageView, nFlags);
73 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, argument
77 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
80 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) {
85 if (!CommitData(pPageView, nFlag
21 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
92 IsDataChanged(CPDFSDK_PageView* pPageView) argument
97 SaveData(CPDFSDK_PageView* pPageView) argument
[all...]
H A Dcffl_radiobutton.cpp22 CPDFSDK_PageView* pPageView) {
49 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
50 ASSERT(pPageView);
56 &pObserved, pPageView, bReset, bExit, nFlags);
62 (CPWL_RadioButton*)GetPDFWindow(pPageView, true))
64 CommitData(pPageView, nFlags);
72 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView, argument
76 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
80 (CPWL_RadioButton*)GetPDFWindow(pPageView, true))
83 if (!CommitData(pPageView, nFlag
21 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
90 IsDataChanged(CPDFSDK_PageView* pPageView) argument
99 SaveData(CPDFSDK_PageView* pPageView) argument
[all...]
H A Dcffl_listbox.cpp50 CPDFSDK_PageView* pPageView) {
93 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { argument
94 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false);
114 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) { argument
116 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false));
136 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, argument
145 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) {
167 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { argument
168 ASSERT(pPageView);
171 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, fals
49 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
181 RestoreState(CPDFSDK_PageView* pPageView) argument
191 ResetPDFWindow(CPDFSDK_PageView* pPageView, bool bRestoreValue) argument
[all...]
H A Dcffl_textfield.cpp86 CPDFSDK_PageView* pPageView) {
114 CPDFSDK_PageView* pPageView = GetCurPageView(true); local
115 ASSERT(pPageView);
121 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true))
124 if (CommitData(pPageView, nFlags)) {
125 DestroyPDFWindow(pPageView);
133 CPDFSDK_PageView* pPageView = GetCurPageView(true); local
134 ASSERT(pPageView);
135 EscapeFiller(pPageView, true);
143 bool CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { argument
85 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
150 SaveData(CPDFSDK_PageView* pPageView) argument
162 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
192 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
223 SaveState(CPDFSDK_PageView* pPageView) argument
232 RestoreState(CPDFSDK_PageView* pPageView) argument
241 ResetPDFWindow(CPDFSDK_PageView* pPageView, bool bRestoreValue) argument
263 IsFieldFull(CPDFSDK_PageView* pPageView) argument
[all...]
H A Dcffl_combobox.cpp53 CPDFSDK_PageView* pPageView) {
84 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { argument
85 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false);
99 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { argument
101 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false));
127 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView, argument
133 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) {
153 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) {
168 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, argument
174 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, fals
52 NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
201 SaveState(CPDFSDK_PageView* pPageView) argument
215 RestoreState(CPDFSDK_PageView* pPageView) argument
231 ResetPDFWindow(CPDFSDK_PageView* pPageView, bool bRestoreValue) argument
253 IsFieldFull(CPDFSDK_PageView* pPageView) argument
284 CPDFSDK_PageView* pPageView = GetCurPageView(true); local
[all...]
H A Dcffl_formfiller.cpp46 void CFFL_FormFiller::SetWindowRect(CPDFSDK_PageView* pPageView, argument
48 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) {
53 CFX_FloatRect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) { argument
54 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) {
61 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, argument
63 ASSERT(pPageView);
68 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) {
75 CFX_FloatRect rcFocus = GetFocusBox(pPageView);
84 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView, argument
90 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, fals
102 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
110 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
113 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
119 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
136 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
149 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
161 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
176 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
188 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
200 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
216 CPDFSDK_PageView* pPageView = GetCurPageView(true); local
231 CPDFSDK_PageView* pPageView = GetCurPageView(true); local
245 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, true); local
341 GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew) argument
376 DestroyPDFWindow(CPDFSDK_PageView* pPageView) argument
454 GetFocusBox(CPDFSDK_PageView* pPageView) argument
493 WndtoPWL(CPDFSDK_PageView* pPageView, const CFX_PointF& pt) argument
498 FFLtoWnd(CPDFSDK_PageView* pPageView, const CFX_FloatRect& rect) argument
503 CommitData(CPDFSDK_PageView* pPageView, uint32_t nFlag) argument
534 IsDataChanged(CPDFSDK_PageView* pPageView) argument
538 SaveData(CPDFSDK_PageView* pPageView) argument
541 IsFieldFull(CPDFSDK_PageView* pPageView) argument
550 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
556 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
566 SaveState(CPDFSDK_PageView* pPageView) argument
568 RestoreState(CPDFSDK_PageView* pPageView) argument
570 ResetPDFWindow(CPDFSDK_PageView* pPageView, bool bRestoreValue) argument
581 EscapeFiller(CPDFSDK_PageView* pPageView, bool bDestroyPDFWindow) argument
600 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
606 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
615 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
628 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
642 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
650 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
682 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
[all...]
H A Dcffl_interactiveformfiller.cpp35 bool CFFL_InteractiveFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView, argument
41 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, argument
44 return pFormFiller->GetViewBBox(pPageView, pAnnot);
46 ASSERT(pPageView);
53 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, argument
57 ASSERT(pPageView);
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
69 CFX_FloatRect rcFocus = pFormFiller->GetFocusBox(pPageView);
97 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device);
103 pWidget->DrawShadow(pDevice, pPageView);
110 OnMouseEnter( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
144 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
178 OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
259 OnButtonUp(CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
293 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
304 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
314 OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
327 OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
338 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
433 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); local
602 OnKeyStrokeCommit( CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bRC, bool& bExit, uint32_t nFlag) argument
635 OnValidate(CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bRC, bool& bExit, uint32_t nFlag) argument
666 OnCalculate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bExit, uint32_t nFlag) argument
678 OnFormat(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bExit, uint32_t nFlag) argument
703 OnClick(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
738 OnFull(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
801 OnPreOpen(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
836 OnPostOpen(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
872 IsValidAnnot(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
[all...]
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h37 void SetXFAPageView(CXFA_FFPageView* pPageView) { argument
38 m_pXFAPageView = pPageView;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_rendercontext.cpp27 int32_t CXFA_RenderContext::StartRender(CXFA_FFPageView* pPageView, argument
31 m_pPageView = pPageView;
H A Dxfa_ffpageview.cpp148 CXFA_FFPageWidgetIterator::CXFA_FFPageWidgetIterator(CXFA_FFPageView* pPageView, argument
150 m_pPageView = pPageView;
152 m_sIterator.Init(pPageView);
216 CXFA_FFPageView* pPageView,
218 : m_pPageView(pPageView), m_dwFilter(dwFilter), m_iCurWidget(-1) {
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidget.h103 void SetPageView(CXFA_FFPageView* pPageView) { m_pPageView = pPageView; } argument

Completed in 922 milliseconds

12