/external/pdfium/fpdfsdk/ |
cpdfsdk_widget.h | 30 class CPDFSDK_PageView; 47 CPDFSDK_PageView* pPageView); 64 CPDFSDK_PageView* pPageView, 119 CPDFSDK_PageView* pPageView); 127 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView);
|
cpdfsdk_xfawidget.cpp | 13 CPDFSDK_PageView* pPageView,
|
cpdfsdk_baannot.h | 23 class CPDFSDK_PageView; 27 CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView);
|
cpdfsdk_pageview.h | 23 class CPDFSDK_PageView final : public CPDF_Page::View { 25 CPDFSDK_PageView(CPDFSDK_FormFillEnvironment* pFormFillEnv, 27 ~CPDFSDK_PageView();
|
cpdfsdk_annot.cpp | 11 #include "fpdfsdk/cpdfsdk_pageview.h" 25 CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView)
|
cpdfsdk_annotiteration.cpp | 13 #include "fpdfsdk/cpdfsdk_pageview.h" 15 CPDFSDK_AnnotIteration::CPDFSDK_AnnotIteration(CPDFSDK_PageView* pPageView,
|
cpdfsdk_formfillenvironment.h | 29 class CPDFSDK_PageView; 60 CPDFSDK_PageView* GetPageView(UnderlyingPageType* pPage, bool renew); 61 CPDFSDK_PageView* GetPageView(int nIndex); 62 CPDFSDK_PageView* GetCurrentView(); 64 void UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot); 227 std::map<UnderlyingPageType*, std::unique_ptr<CPDFSDK_PageView>> m_PageMap;
|
fpdfformfill.cpp | 22 #include "fpdfsdk/cpdfsdk_pageview.h" 112 CPDFSDK_PageView* FormHandleToPageView(FPDF_FORMHANDLE hHandle, 194 if (CPDFSDK_PageView* pPageView = pFormFillEnv->GetPageView(pPage, true)) 199 if (CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, pPage)) 344 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); 355 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); 366 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); 377 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); 389 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); 400 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page) [all...] |
cfx_systemhandler.cpp | 19 #include "fpdfsdk/cpdfsdk_pageview.h" 46 CPDFSDK_PageView* pPageView = widget->GetPageView();
|
cpdfsdk_formfillenvironment.cpp | 16 #include "fpdfsdk/cpdfsdk_pageview.h" 547 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetPageView( 557 auto pNew = pdfium::MakeUnique<CPDFSDK_PageView>(this, pUnderlyingPage); 558 CPDFSDK_PageView* pPageView = pNew.get(); 566 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetCurrentView() { 572 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetPageView(int nIndex) { 624 CPDFSDK_PageView* pPageView = it->second.get(); 658 void CPDFSDK_FormFillEnvironment::UpdateAllViews(CPDFSDK_PageView* pSender, 661 CPDFSDK_PageView* pPageView = it.second.get(); 678 CPDFSDK_PageView* pPageView = (*pAnnot)->GetPageView() [all...] |
cba_annotiterator.cpp | 13 #include "fpdfsdk/cpdfsdk_pageview.h" 31 CBA_AnnotIterator::CBA_AnnotIterator(CPDFSDK_PageView* pPageView,
|
cpdfsdk_widget.cpp | 28 #include "fpdfsdk/cpdfsdk_pageview.h" 57 CPDFSDK_PageView* pPageView, 224 CPDFSDK_PageView* pPageView) { 838 CPDFSDK_PageView* pPageView) { 967 CPDFSDK_PageView* pPageView) {
|
cpdfsdk_baannot.cpp | 21 #include "fpdfsdk/cpdfsdk_pageview.h" 24 CPDFSDK_PageView* pPageView)
|
fpdfview.cpp | 36 #include "fpdfsdk/cpdfsdk_pageview.h" [all...] |
cpdfsdk_interform.cpp | 27 #include "fpdfsdk/cpdfsdk_pageview.h" 129 CPDFSDK_PageView* pPage = nullptr;
|
/external/pdfium/fpdfsdk/formfiller/ |
cffl_checkbox.cpp | 45 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); 75 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, 93 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { 98 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) { 126 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView,
|
cffl_radiobutton.cpp | 46 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); 67 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView, 83 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { 88 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) { 117 CPWL_RadioButton* CFFL_RadioButton::GetRadioButton(CPDFSDK_PageView* pPageView,
|
cffl_textfield.cpp | 100 CPDFSDK_PageView* pPageView = GetCurPageView(true); 119 CPDFSDK_PageView* pPageView = GetCurPageView(true); 129 bool CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { 134 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) { 157 void CFFL_TextField::GetActionData(CPDFSDK_PageView* pPageView, 187 void CFFL_TextField::SetActionData(CPDFSDK_PageView* pPageView, 218 void CFFL_TextField::SaveState(CPDFSDK_PageView* pPageView) { 229 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) { 241 bool CFFL_TextField::IsFieldFull(CPDFSDK_PageView* pPageView) { 258 CPWL_Edit* CFFL_TextField::GetEdit(CPDFSDK_PageView* pPageView, bool bNew) [all...] |
cffl_textobject.cpp | 9 CPWL_Wnd* CFFL_TextObject::ResetPDFWindow(CPDFSDK_PageView* pPageView,
|
cffl_combobox.cpp | 76 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { 91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { 124 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView, 165 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, 198 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) { 212 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) { 229 bool CFFL_ComboBox::IsFieldFull(CPDFSDK_PageView* pPageView) { 254 CPDFSDK_PageView* pPageView = GetCurPageView(true);
|
cffl_listbox.cpp | 83 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { 104 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) { 135 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, 166 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { 180 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) {
|
cffl_interactiveformfiller.cpp | 17 #include "fpdfsdk/cpdfsdk_pageview.h" 34 bool CFFL_InteractiveFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView, 40 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, 56 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, 116 CPDFSDK_PageView* pPageView, 149 void CFFL_InteractiveFormFiller::OnMouseExit(CPDFSDK_PageView* pPageView, 183 CPDFSDK_PageView* pPageView, 222 bool CFFL_InteractiveFormFiller::OnLButtonUp(CPDFSDK_PageView* pPageView, 261 CPDFSDK_PageView* pPageView, 293 CPDFSDK_PageView* pPageView [all...] |
/external/pdfium/fxjs/ |
cjs_document.cpp | 21 #include "fpdfsdk/cpdfsdk_pageview.h" 183 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetCurrentView(); 450 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, false); [all...] |
cjs_field.cpp | 16 #include "fpdfsdk/cpdfsdk_pageview.h" [all...] |
/external/pdfium/fpdfsdk/fpdfxfa/ |
cpdfxfa_docenvironment.cpp | 17 #include "fpdfsdk/cpdfsdk_pageview.h" 322 CPDFSDK_PageView* pSdkPageView = 558 CPDFSDK_PageView* pPageView = m_pContext->GetFormFillEnv()->GetPageView(i); [all...] |