HomeSort by relevance Sort by last modified time
    Searched defs:pPageView (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 27 virtual FX_BOOL Annot_HitTest(CPDFSDK_PageView* pPageView,
30 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
32 virtual void OnDraw(CPDFSDK_PageView* pPageView,
42 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
45 virtual void OnMouseExit(CPDFSDK_PageView* pPageView,
49 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView* pPageView,
53 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView* pPageView,
57 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView* pPageView,
61 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView* pPageView,
65 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView,
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_RadioButton.cpp 20 CPDFSDK_PageView* pPageView) {
48 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
49 ASSERT(pPageView);
54 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit, nFlags);
64 (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
66 CommitData(pPageView, nFlags);
74 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView,
78 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
82 (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
85 if (!CommitData(pPageView, nFlags)
    [all...]
FFL_CheckBox.cpp 20 CPDFSDK_PageView* pPageView) {
47 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
48 ASSERT(pPageView);
53 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit, nFlags);
62 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE))
65 CommitData(pPageView, nFlags);
73 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView,
77 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
80 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE)) {
85 if (!CommitData(pPageView, nFlags)
    [all...]
FFL_ComboBox.cpp 46 CPDFSDK_PageView* pPageView) {
76 FX_BOOL CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) {
77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE);
91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) {
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE));
119 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView,
125 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) {
145 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) {
160 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView,
166 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE)))
    [all...]
FFL_TextField.cpp 82 CPDFSDK_PageView* pPageView) {
112 CPDFSDK_PageView* pPageView = GetCurPageView();
113 ASSERT(pPageView);
120 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE))
123 if (CommitData(pPageView, nFlags)) {
124 DestroyPDFWindow(pPageView);
132 CPDFSDK_PageView* pPageView = GetCurPageView();
133 ASSERT(pPageView);
134 EscapeFiller(pPageView, TRUE);
142 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) {
    [all...]
FFL_IFormFiller.cpp 30 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,
39 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView,
42 return pFormFiller->GetViewBBox(pPageView, pAnnot);
44 ASSERT(pPageView);
54 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView,
59 ASSERT(pPageView);
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
70 CPDF_Rect rcFocus = pFormFiller->GetFocusBox(pPageView);
94 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device,
100 pWidget->DrawShadow(pDevice, pPageView);
    [all...]
FFL_FormFiller.cpp 38 void CFFL_FormFiller::SetWindowRect(CPDFSDK_PageView* pPageView,
40 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) {
45 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) {
46 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) {
53 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView,
55 ASSERT(pPageView);
60 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) {
67 CPDF_Rect rcFocus = GetFocusBox(pPageView);
76 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView,
83 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE))
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfformfill.cpp 68 IXFA_PageView* pPageView = ((CPDFXFA_Page*)page)->GetXFAPageView();
69 if (pPageView) {
71 IXFA_DocView* pDocView = pPageView->GetDocView();
80 IXFA_WidgetIterator* pWidgetIterator = pPageView->CreateWidgetIterator(
192 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);
193 if (!pPageView)
197 return pPageView->OnMouseMove(pt, modifier);
205 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);
206 if (!pPageView)
210 return pPageView->OnLButtonDown(pt, modifier)
    [all...]
fsdk_annothandler.cpp 61 CPDFSDK_PageView* pPageView) {
62 ASSERT(pPageView);
66 return pAnnotHandler->NewAnnot(pAnnot, pPageView);
69 return new CPDFSDK_BAAnnot(pAnnot, pPageView);
74 CPDFSDK_PageView* pPageView) {
76 ASSERT(pPageView != NULL);
80 return pAnnotHandler->NewAnnot(pAnnot, pPageView);
136 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView,
144 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
156 CPDFSDK_PageView* pPageView,
    [all...]
fsdk_mgr.cpp 102 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView();
104 if (!pPage || !pPageView)
107 pPageView->GetCurrentMatrix(page2device);
422 CPDFSDK_PageView* pPageView = new CPDFSDK_PageView(this, pUnderlyingPage);
423 m_pageMap[pUnderlyingPage] = pPageView;
425 pPageView->LoadFXAnnots();
426 return pPageView;
498 CPDFSDK_PageView* pPageView = it->second;
499 if (pPageView->IsLocked())
502 pPageView->KillFocusAnnotIfNeeded()
    [all...]
fsdk_baseform.cpp 30 CPDFSDK_PageView* pPageView,
32 : CPDFSDK_BAAnnot(pAnnot, pPageView),
201 CPDFSDK_PageView* pPageView) {
852 CPDFSDK_PageView* pPageView) {
865 pPageView->GetCurrentMatrix(page2device);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 163 CXFA_FFPageView* pPageView = NULL;
167 pWidget = new CXFA_FFBarcode(pPageView, pAcc);
170 pWidget = new CXFA_FFPushButton(pPageView, pAcc);
173 pWidget = new CXFA_FFCheckButton(pPageView, pAcc);
177 pWidget = new CXFA_FFListBox(pPageView, pAcc);
179 pWidget = new CXFA_FFComboBox(pPageView, pAcc);
183 pWidget = new CXFA_FFDateTimeEdit(pPageView, pAcc);
186 pWidget = new CXFA_FFImageEdit(pPageView, pAcc);
189 pWidget = new CXFA_FFNumericEdit(pPageView, pAcc);
192 pWidget = new CXFA_FFPasswordEdit(pPageView, pAcc);
    [all...]
xfa_ffdocview.cpp 565 void* pPageView = NULL;
567 m_mapPageInvalidate.GetNextAssoc(ps, pPageView, (void*&)pRect);
576 void CXFA_FFDocView::AddInvalidateRect(IXFA_PageView* pPageView,
578 CFX_RectF* pRect = (CFX_RectF*)m_mapPageInvalidate.GetValueAt(pPageView);
583 m_mapPageInvalidate.SetAt(pPageView, pRect);
591 IXFA_PageView* pPageView = NULL;
593 m_mapPageInvalidate.GetNextAssoc(ps, (void*&)pPageView, (void*&)pRect);
594 m_pDoc->GetDocProvider()->InvalidateRect(pPageView, *pRect);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 220 void CPDFXFA_Document::InvalidateRect(IXFA_PageView* pPageView,
232 CPDFXFA_Page* pPage = GetPage(pPageView);
260 IXFA_PageView* pPageView = pWidgetHandler->GetPageView(hWidget);
261 if (!pPageView)
266 InvalidateRect(pPageView, rect, dwFlags);
285 IXFA_PageView* pPageView = pWidgetHandler->GetPageView(hWidget);
286 if (!pPageView)
289 CPDFXFA_Page* pPage = GetPage(pPageView);
477 void CPDFXFA_Document::PageViewEvent(IXFA_PageView* pPageView,
493 IXFA_PageView* pPageView =
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 216 if (CPDFSDK_PageView* pPageView = m_pDocument->GetCurrentView()) {
217 vp << pPageView->GetPageIndex();
509 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage);
510 pPageView->DeleteAnnot(pWidget);
511 pPageView->UpdateRects(aRefresh);
    [all...]
Field.cpp     [all...]

Completed in 185 milliseconds