Home
last modified time | relevance | path

Searched defs:pPageView (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfield.cpp39 FX_RECT CFFL_FormField::GetViewBBox(const CPDFSDK_PageView* pPageView) { in GetViewBBox()
56 void CFFL_FormField::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
72 void CFFL_FormField::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive()
80 void CFFL_FormField::OnMouseEnter(CPDFSDK_PageView* pPageView) {} in OnMouseEnter()
82 void CFFL_FormField::OnMouseExit(CPDFSDK_PageView* pPageView) { in OnMouseExit()
87 bool CFFL_FormField::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
103 bool CFFL_FormField::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
116 bool CFFL_FormField::OnLButtonDblClk(CPDFSDK_PageView* pPageView, in OnLButtonDblClk()
127 bool CFFL_FormField::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
138 bool CFFL_FormField::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel()
[all …]
H A Dcffl_interactiveformfiller.cpp42 const CPDFSDK_PageView* pPageView, in GetViewBBox()
58 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
97 CPDFSDK_PageView* pPageView, in OnMouseEnter()
130 CPDFSDK_PageView* pPageView, in OnMouseExit()
164 CPDFSDK_PageView* pPageView, in OnLButtonDown()
204 CPDFSDK_PageView* pPageView, in OnLButtonUp()
243 const CPDFSDK_PageView* pPageView, in OnButtonUp()
290 CPDFSDK_PageView* pPageView, in OnLButtonDblClk()
299 CPDFSDK_PageView* pPageView, in OnMouseMove()
308 CPDFSDK_PageView* pPageView, in OnMouseWheel()
[all …]
H A Dcffl_textfield.cpp111 CPDFSDK_PageView* pPageView = GetCurPageView(); in OnChar() local
129 CPDFSDK_PageView* pPageView = GetCurPageView(); in OnChar() local
139 bool CFFL_TextField::IsDataChanged(const CPDFSDK_PageView* pPageView) { in IsDataChanged()
144 void CFFL_TextField::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData()
171 void CFFL_TextField::GetActionData(const CPDFSDK_PageView* pPageView, in GetActionData()
199 void CFFL_TextField::SetActionData(const CPDFSDK_PageView* pPageView, in SetActionData()
215 void CFFL_TextField::SavePWLWindowState(const CPDFSDK_PageView* pPageView) { in SavePWLWindowState()
225 const CPDFSDK_PageView* pPageView) { in RecreatePWLWindowFromSavedState()
235 bool CFFL_TextField::IsFieldFull(const CPDFSDK_PageView* pPageView) { in IsFieldFull()
252 const CPDFSDK_PageView* pPageView) { in CreateOrUpdatePWLEdit()
H A Dcffl_button.cpp18 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView) { in OnMouseEnter()
23 void CFFL_Button::OnMouseExit(CPDFSDK_PageView* pPageView) { in OnMouseExit()
30 bool CFFL_Button::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
43 bool CFFL_Button::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
55 bool CFFL_Button::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
61 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
97 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive()
H A Dcffl_combobox.cpp67 bool CFFL_ComboBox::IsDataChanged(const CPDFSDK_PageView* pPageView) { in IsDataChanged()
82 void CFFL_ComboBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData()
112 void CFFL_ComboBox::GetActionData(const CPDFSDK_PageView* pPageView, in GetActionData()
147 void CFFL_ComboBox::SetActionData(const CPDFSDK_PageView* pPageView, in SetActionData()
164 void CFFL_ComboBox::SavePWLWindowState(const CPDFSDK_PageView* pPageView) { in SavePWLWindowState()
180 const CPDFSDK_PageView* pPageView) { in RecreatePWLWindowFromSavedState()
225 bool CFFL_ComboBox::IsFieldFull(const CPDFSDK_PageView* pPageView) { in IsFieldFull()
253 const CPDFSDK_PageView* pPageView) { in CreateOrUpdatePWLComboBox()
H A Dcffl_listbox.cpp85 bool CFFL_ListBox::IsDataChanged(const CPDFSDK_PageView* pPageView) { in IsDataChanged()
106 void CFFL_ListBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData()
149 void CFFL_ListBox::GetActionData(const CPDFSDK_PageView* pPageView, in GetActionData()
180 void CFFL_ListBox::SavePWLWindowState(const CPDFSDK_PageView* pPageView) { in SavePWLWindowState()
192 const CPDFSDK_PageView* pPageView) { in RecreatePWLWindowFromSavedState()
240 const CPDFSDK_PageView* pPageView) { in CreateOrUpdatePWLListBox()
H A Dcffl_radiobutton.cpp51 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in OnChar() local
71 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
87 bool CFFL_RadioButton::IsDataChanged(const CPDFSDK_PageView* pPageView) { in IsDataChanged()
92 void CFFL_RadioButton::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData()
117 const CPDFSDK_PageView* pPageView) { in CreateOrUpdatePWLRadioButton()
H A Dcffl_checkbox.cpp51 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in OnChar() local
82 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
101 bool CFFL_CheckBox::IsDataChanged(const CPDFSDK_PageView* pPageView) { in IsDataChanged()
106 void CFFL_CheckBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData()
131 const CPDFSDK_PageView* pPageView) { in CreateOrUpdatePWLCheckBox()
H A Dcffl_textobject.cpp23 CPWL_Wnd* CFFL_TextObject::ResetPWLWindow(const CPDFSDK_PageView* pPageView) { in ResetPWLWindow()
30 CPWL_Wnd* CFFL_TextObject::RestorePWLWindow(const CPDFSDK_PageView* pPageView) { in RestorePWLWindow()
H A Dcffl_perwindowdata.cpp13 const CPDFSDK_PageView* pPageView, in CFFL_PerWindowData()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_formfill.cpp319 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnMouseMove() local
336 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnMouseWheel() local
348 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnFocus() local
364 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonDown() local
380 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonUp() local
397 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonDoubleClick() local
413 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonDown() local
429 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonUp() local
440 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnKeyDown() local
458 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnChar() local
[all …]
H A Dcpdfsdk_widget.cpp48 CPDFSDK_PageView* pPageView, in CPDFSDK_Widget()
209 const CPDFSDK_PageView* pPageView) { in OnXFAAAction()
938 CPDFSDK_PageView* pPageView) { in DrawShadow()
1042 const CPDFSDK_PageView* pPageView) { in OnAAction()
H A Dcpdfsdk_annotiterator.cpp36 CPDFSDK_PageView* pPageView, in CPDFSDK_AnnotIterator()
104 CPDFSDK_PageView* pPageView) { in GetTabOrder()
H A Dcpdfsdk_formfillenvironment.cpp621 CPDFSDK_PageView* pPageView = pNew.get(); in GetOrCreatePageView() local
684 CPDFSDK_PageView* pPageView = it->second.get(); in RemovePageView() local
817 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in SendOnFocusChange() local
H A Dcpdfsdk_annot.cpp12 CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView) in CPDFSDK_Annot()
H A Dcpdfsdk_baannot.cpp31 CPDFSDK_PageView* pPageView) in CPDFSDK_BAAnnot()
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp35 CPDFSDK_PageView* pPageView) { in GCedWidgetIteratorForPage()
132 CXFA_FFPageView* pPageView = GetXFAPageView(); in GetPageWidth() local
154 CXFA_FFPageView* pPageView = GetXFAPageView(); in GetPageHeight() local
179 CXFA_FFPageView* pPageView = GetXFAPageView(); in DeviceToPage() local
191 CXFA_FFPageView* pPageView = GetXFAPageView(); in PageToDevice() local
201 CXFA_FFPageView* pPageView = GetXFAPageView(); in GetDisplayMatrix() local
263 CXFA_FFPageView* pPageView = GetXFAPageView(); in HasFormFieldAtPoint() local
H A Dcpdfxfa_docenvironment.cpp67 void CPDFXFA_DocEnvironment::InvalidateRect(CXFA_FFPageView* pPageView, in InvalidateRect()
101 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in DisplayCaret() local
281 void CPDFXFA_DocEnvironment::OnPageViewEvent(CXFA_FFPageView* pPageView, in OnPageViewEvent()
321 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in WidgetPostAdd() local
337 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in WidgetPreRemove() local
569 CPDFSDK_PageView* pPageView = in SetFocusWidget() local
H A Dcpdfxfa_widget.cpp219 CPDFSDK_PageView* pPageView) in CPDFXFA_Widget()
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffdoc.cpp116 void CXFA_FFDoc::InvalidateRect(CXFA_FFPageView* pPageView, in InvalidateRect()
140 void CXFA_FFDoc::OnPageViewEvent(CXFA_FFPageView* pPageView, in OnPageViewEvent()
H A Dcxfa_ffpageview.cpp272 CXFA_FFPageView* pPageView, in CXFA_FFPageWidgetIterator()
329 CXFA_FFPageView* pPageView, in CXFA_FFTabOrderPageWidgetIterator()
H A Dcxfa_ffwidget.h162 void SetPageView(CXFA_FFPageView* pPageView) { m_pPageView = pPageView; } in SetPageView()
H A Dcxfa_ffdocview.cpp495 void CXFA_FFDocView::InvalidateRect(CXFA_FFPageView* pPageView, in InvalidateRect()
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_document.cpp186 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetCurrentView(); in get_page_num() local
492 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage); in removeField() local
1010 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageViewAtIndex(nPageNo); in getAnnot() local
1052 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageViewAtIndex(i); in getAnnots() local
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutitem.cpp18 CXFA_FFPageView* pPageView) in CXFA_ViewLayoutItem()

12