Home
last modified time | relevance | path

Searched refs:pAnnot (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/
H A Dfsdk_baseform_embeddertest.cpp45 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
47 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
49 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
51 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
56 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
58 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
60 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
62 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
70 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
72 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
[all …]
H A Dfsdk_annothandler.cpp86 ASSERT(pAnnot); in NewAnnot()
103 delete pAnnot; in ReleaseAnnot()
120 ASSERT(pAnnot); in Annot_OnLoad()
150 ASSERT(pAnnot); in Annot_OnDraw()
169 ASSERT(pAnnot); in Annot_OnLButtonDown()
181 ASSERT(pAnnot); in Annot_OnLButtonUp()
193 ASSERT(pAnnot); in Annot_OnLButtonDblClk()
1018 if (!pAnnot) in OnChar()
1029 if (!pAnnot) in OnKeyDown()
1040 if (!pAnnot) in OnKeyUp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_annotiterator_embeddertest.cpp51 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
53 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
55 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
57 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
62 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
64 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
66 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
68 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
77 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
79 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
[all …]
H A Dcpdfsdk_annothandlermgr.cpp65 ASSERT(pAnnot); in NewXFAAnnot()
79 ASSERT(pAnnot); in Annot_OnLoad()
80 GetAnnotHandler(pAnnot)->OnLoad(pAnnot); in Annot_OnLoad()
84 return GetAnnotHandler(pAnnot)->GetText(pAnnot); in Annot_GetText()
89 return GetAnnotHandler(pAnnot)->GetSelectedText(pAnnot); in Annot_GetSelectedText()
94 GetAnnotHandler(pAnnot)->ReplaceSelection(pAnnot, text); in Annot_ReplaceSelection()
98 return GetAnnotHandler(pAnnot)->CanUndo(pAnnot); in Annot_CanUndo()
102 return GetAnnotHandler(pAnnot)->CanRedo(pAnnot); in Annot_CanRedo()
106 return GetAnnotHandler(pAnnot)->Undo(pAnnot); in Annot_Undo()
110 return GetAnnotHandler(pAnnot)->Redo(pAnnot); in Annot_Redo()
[all …]
H A Dcpdfsdk_widgethandler.cpp56 CPDF_Annot* pAnnot, in NewAnnot() argument
73 ASSERT(pAnnot); in ReleaseAnnot()
87 if (pAnnot->IsSignatureWidget()) { in OnDraw()
194 if (pAnnot->IsSignatureWidget()) in OnLoad()
250 if (!pAnnot->IsSignatureWidget()) in GetViewBBox()
256 if (!pAnnot->IsSignatureWidget()) in GetText()
274 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanUndo(pAnnot); in CanUndo()
278 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanRedo(pAnnot); in CanRedo()
282 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Undo(pAnnot); in Undo()
286 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Redo(pAnnot); in Redo()
[all …]
H A Dcpdfsdk_baannothandler.cpp51 CPDF_Annot* pAnnot, in NewAnnot() argument
57 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot() argument
66 if (pAnnot->AsXFAWidget()) in OnDraw()
69 if (!pAnnot->AsBAAnnot()->IsVisible()) in OnDraw()
82 GetViewBBox(pPageView, pAnnot->AsBAAnnot()); in OnDraw()
95 CPDFSDK_BAAnnot* pBAAnnot = (*pAnnot)->AsBAAnnot(); in OnMouseEnter()
211 InvalidateRect(pAnnot->Get()); in OnSetFocus()
221 InvalidateRect(pAnnot->Get()); in OnKillFocus()
226 ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected() argument
239 return pAnnot->GetRect(); in GetViewBBox()
[all …]
H A Dipdfsdk_annothandler.h27 virtual bool CanAnswer(CPDFSDK_Annot* pAnnot) = 0;
29 CPDF_Annot* pAnnot,
36 virtual void ReplaceSelection(CPDFSDK_Annot* pAnnot,
38 virtual bool CanUndo(CPDFSDK_Annot* pAnnot) = 0;
39 virtual bool CanRedo(CPDFSDK_Annot* pAnnot) = 0;
40 virtual bool Undo(CPDFSDK_Annot* pAnnot) = 0;
41 virtual bool Redo(CPDFSDK_Annot* pAnnot) = 0;
43 CPDFSDK_Annot* pAnnot,
46 CPDFSDK_Annot* pAnnot,
50 virtual void OnLoad(CPDFSDK_Annot* pAnnot) = 0;
[all …]
H A Dcpdfsdk_pageview.cpp269 if (!pAnnot) { in OnFocus()
280 if (!pAnnot) { in OnLButtonDown()
290 if (!pAnnot) in OnLButtonDown()
314 if (!pAnnot) { in OnLButtonDblClk()
324 if (!pAnnot) in OnLButtonDblClk()
333 if (!pAnnot) in OnRButtonDown()
339 if (!pAnnot) in OnRButtonDown()
350 if (!pAnnot) in OnRButtonUp()
356 if (!pAnnot) in OnRButtonUp()
427 if (!pAnnot) in OnMouseWheel()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfsdk_baseform_embeddertest.cpp51 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
53 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
55 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
57 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
62 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
64 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
66 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
68 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
77 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
79 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
[all …]
H A Dcpdfsdk_annothandlermgr.cpp50 ASSERT(pAnnot); in NewAnnot()
73 ASSERT(pAnnot); in Annot_OnLoad()
74 GetAnnotHandler(pAnnot)->OnLoad(pAnnot); in Annot_OnLoad()
100 ASSERT(pAnnot); in Annot_OnDraw()
110 ASSERT(*pAnnot); in Annot_OnLButtonDown()
120 ASSERT(*pAnnot); in Annot_OnLButtonUp()
130 ASSERT(*pAnnot); in Annot_OnLButtonDblClk()
140 ASSERT(*pAnnot); in Annot_OnMouseMove()
195 return GetAnnotHandler(pAnnot)->OnChar(pAnnot, nChar, nFlags); in Annot_OnChar()
260 ASSERT(pAnnot); in Annot_OnGetViewBBox()
[all …]
H A Dcpdfsdk_xfawidgethandler.cpp32 return !!pAnnot->GetXFAWidget(); in CanAnswer()
54 ASSERT(pAnnot); in OnDraw()
63 GetXFAWidgetHandler(pAnnot)->RenderWidget(pAnnot->GetXFAWidget(), &gs, &mt, in OnDraw()
81 ASSERT(pAnnot); in GetViewBBox()
103 if (!pPageView || !pAnnot) in HitTest()
130 if (!pPageView || !(*pAnnot)) in OnMouseEnter()
248 if (!pAnnot) in OnChar()
259 if (!pAnnot) in OnKeyDown()
270 if (!pAnnot) in OnKeyUp()
316 CPDFSDK_Annot* pAnnot) { in GetXFAWidgetHandler() argument
[all …]
H A Dcpdfsdk_widgethandler.cpp34 if (pAnnot->IsSignatureWidget()) in CanAnswer()
80 ASSERT(pAnnot); in ReleaseAnnot()
83 m_pFormFiller->OnDelete(pAnnot); in ReleaseAnnot()
96 if (pAnnot->IsSignatureWidget()) { in OnDraw()
201 if (!pAnnot->IsSignatureWidget() && m_pFormFiller) in OnChar()
210 if (!pAnnot->IsSignatureWidget() && m_pFormFiller) in OnKeyDown()
223 if (pAnnot->IsSignatureWidget()) in OnLoad()
251 return m_pFormFiller->OnSetFocus(pAnnot, nFlag); in OnSetFocus()
259 return m_pFormFiller->OnKillFocus(pAnnot, nFlag); in OnKillFocus()
274 if (!pAnnot->IsSignatureWidget() && m_pFormFiller) in GetViewBBox()
[all …]
H A Dcpdfsdk_baannothandler.cpp45 bool CPDFSDK_BAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer() argument
51 return new CPDFSDK_BAAnnot(pAnnot, pPage); in NewAnnot()
62 delete pAnnot; in ReleaseAnnot()
66 CPDFSDK_Annot* pAnnot, in OnDraw() argument
71 if (pAnnot->IsXFAField()) in OnDraw()
75 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance( in OnDraw()
153 bool CPDFSDK_BAAnnotHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() argument
165 bool CPDFSDK_BAAnnotHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp() argument
193 return pAnnot->GetRect(); in GetViewBBox()
200 ASSERT(pAnnot); in HitTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_annotiterator_embeddertest.cpp51 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
53 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
55 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
57 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
62 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
64 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
66 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
68 pAnnot = iter.GetPrevAnnot(pAnnot); in TEST_F()
77 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
79 pAnnot = iter.GetNextAnnot(pAnnot); in TEST_F()
[all …]
H A Dcpdfsdk_annothandlermgr.cpp64 ASSERT(pAnnot); in NewXFAAnnot()
78 ASSERT(pAnnot); in Annot_OnLoad()
79 GetAnnotHandler(pAnnot)->OnLoad(pAnnot); in Annot_OnLoad()
83 return GetAnnotHandler(pAnnot)->GetText(pAnnot); in Annot_GetText()
88 return GetAnnotHandler(pAnnot)->GetSelectedText(pAnnot); in Annot_GetSelectedText()
93 GetAnnotHandler(pAnnot)->ReplaceSelection(pAnnot, text); in Annot_ReplaceSelection()
97 return GetAnnotHandler(pAnnot)->SelectAllText(pAnnot); in Annot_SelectAllText()
101 return GetAnnotHandler(pAnnot)->CanUndo(pAnnot); in Annot_CanUndo()
105 return GetAnnotHandler(pAnnot)->CanRedo(pAnnot); in Annot_CanRedo()
109 return GetAnnotHandler(pAnnot)->Undo(pAnnot); in Annot_Undo()
[all …]
H A Dcpdfsdk_widgethandler.cpp56 CPDF_Annot* pAnnot, in NewAnnot() argument
73 ASSERT(pAnnot); in ReleaseAnnot()
87 if (pAnnot->IsSignatureWidget()) { in OnDraw()
194 if (pAnnot->IsSignatureWidget()) in OnLoad()
256 if (!pAnnot->IsSignatureWidget()) in GetViewBBox()
280 return !pAnnot->IsSignatureWidget() && m_pFormFiller->SelectAllText(pAnnot); in SelectAllText()
284 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanUndo(pAnnot); in CanUndo()
288 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanRedo(pAnnot); in CanRedo()
292 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Undo(pAnnot); in Undo()
296 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Redo(pAnnot); in Redo()
[all …]
H A Dcpdfsdk_baannothandler.cpp56 CPDF_Annot* pAnnot, in NewAnnot() argument
62 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot() argument
71 if (pAnnot->AsXFAWidget()) in OnDraw()
74 if (!pAnnot->AsBAAnnot()->IsVisible()) in OnDraw()
179 ASSERT(pAnnot); in OnKeyDown()
189 CPDFSDK_BAAnnot* ba_annot = pAnnot->AsBAAnnot(); in OnKeyDown()
235 InvalidateRect(pAnnot->Get()); in OnSetFocus()
245 InvalidateRect(pAnnot->Get()); in OnKillFocus()
250 ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected() argument
263 return pAnnot->GetRect(); in GetViewBBox()
[all …]
H A Dipdfsdk_annothandler.h27 virtual bool CanAnswer(CPDFSDK_Annot* pAnnot) = 0;
29 CPDF_Annot* pAnnot,
36 virtual void ReplaceSelection(CPDFSDK_Annot* pAnnot,
39 virtual bool CanUndo(CPDFSDK_Annot* pAnnot) = 0;
40 virtual bool CanRedo(CPDFSDK_Annot* pAnnot) = 0;
41 virtual bool Undo(CPDFSDK_Annot* pAnnot) = 0;
42 virtual bool Redo(CPDFSDK_Annot* pAnnot) = 0;
44 CPDFSDK_Annot* pAnnot,
47 CPDFSDK_Annot* pAnnot,
51 virtual void OnLoad(CPDFSDK_Annot* pAnnot) = 0;
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h56 CPDFSDK_Annot* pAnnot,
144 CPDFSDK_Annot* pAnnot,
147 CPDFSDK_Annot* pAnnot,
152 CPDFSDK_Annot* pAnnot,
165 CPDFSDK_Annot* pAnnot,
200 FX_BOOL OnChar(CPDFSDK_Annot* pAnnot,
240 CPDFSDK_Annot* pAnnot,
243 CPDFSDK_Annot* pAnnot,
248 CPDFSDK_Annot* pAnnot,
261 CPDFSDK_Annot* pAnnot,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h32 CPDFSDK_Annot* pAnnot,
36 CPDFSDK_Annot* pAnnot,
40 void OnDelete(CPDFSDK_Annot* pAnnot);
85 return GetFormFiller(pAnnot); in GetFormFillerForTesting()
88 WideString GetText(CPDFSDK_Annot* pAnnot);
91 bool SelectAllText(CPDFSDK_Annot* pAnnot);
93 bool CanUndo(CPDFSDK_Annot* pAnnot);
94 bool CanRedo(CPDFSDK_Annot* pAnnot);
95 bool Undo(CPDFSDK_Annot* pAnnot);
96 bool Redo(CPDFSDK_Annot* pAnnot);
[all …]
H A Dcffl_interactiveformfiller.cpp93 UnRegisterFormFiller(pAnnot); in OnDelete()
232 if (OnButtonUp(pAnnot, pPageView, nFlags) || !pAnnot) in OnLButtonUp()
235 if (OnClick(pAnnot, pPageView, nFlags) || !pAnnot) in OnLButtonUp()
364 if (!pAnnot->HasObservable()) in OnSetFocus()
409 if (!pAnnot->HasObservable()) in OnKillFocus()
418 if (!pAnnot->HasObservable()) in OnKillFocus()
464 CPDFSDK_Annot* pAnnot) { in GetFormFiller() argument
465 auto it = m_Map.find(pAnnot); in GetFormFiller()
470 CPDFSDK_Annot* pAnnot) { in GetOrCreateFormFiller() argument
565 auto it = m_Map.find(pAnnot); in UnRegisterFormFiller()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h33 CPDFSDK_Annot* pAnnot,
37 CPDFSDK_Annot* pAnnot,
41 void OnDelete(CPDFSDK_Annot* pAnnot);
86 return GetFormFiller(pAnnot); in GetFormFillerForTesting()
89 WideString GetText(CPDFSDK_Annot* pAnnot);
93 bool CanUndo(CPDFSDK_Annot* pAnnot);
94 bool CanRedo(CPDFSDK_Annot* pAnnot);
95 bool Undo(CPDFSDK_Annot* pAnnot);
96 bool Redo(CPDFSDK_Annot* pAnnot);
149 bool OnClick(ObservedPtr<CPDFSDK_Annot>* pAnnot,
[all …]
H A Dcffl_interactiveformfiller.cpp93 UnRegisterFormFiller(pAnnot); in OnDelete()
232 if (OnButtonUp(pAnnot, pPageView, nFlags) || !pAnnot) in OnLButtonUp()
235 if (OnClick(pAnnot, pPageView, nFlags) || !pAnnot) in OnLButtonUp()
364 if (!pAnnot->HasObservable()) in OnSetFocus()
409 if (!pAnnot->HasObservable()) in OnKillFocus()
418 if (!pAnnot->HasObservable()) in OnKillFocus()
464 CPDFSDK_Annot* pAnnot) { in GetFormFiller() argument
465 auto it = m_Map.find(pAnnot); in GetFormFiller()
470 CPDFSDK_Annot* pAnnot) { in GetOrCreateFormFiller() argument
559 auto it = m_Map.find(pAnnot); in UnRegisterFormFiller()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_widgethandler.h33 bool CanAnswer(CPDFSDK_Annot* pAnnot) override;
39 WideString GetText(CPDFSDK_Annot* pAnnot) override;
42 bool SelectAllText(CPDFSDK_Annot* pAnnot) override;
43 bool CanUndo(CPDFSDK_Annot* pAnnot) override;
44 bool CanRedo(CPDFSDK_Annot* pAnnot) override;
45 bool Undo(CPDFSDK_Annot* pAnnot) override;
46 bool Redo(CPDFSDK_Annot* pAnnot) override;
48 CPDFSDK_Annot* pAnnot,
51 CPDFSDK_Annot* pAnnot,
55 void OnLoad(CPDFSDK_Annot* pAnnot) override;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_widgethandler.h33 bool CanAnswer(CPDFSDK_Annot* pAnnot) override;
39 WideString GetText(CPDFSDK_Annot* pAnnot) override;
42 bool CanUndo(CPDFSDK_Annot* pAnnot) override;
43 bool CanRedo(CPDFSDK_Annot* pAnnot) override;
44 bool Undo(CPDFSDK_Annot* pAnnot) override;
45 bool Redo(CPDFSDK_Annot* pAnnot) override;
47 CPDFSDK_Annot* pAnnot,
50 CPDFSDK_Annot* pAnnot,
54 void OnLoad(CPDFSDK_Annot* pAnnot) override;
59 ObservedPtr<CPDFSDK_Annot>* pAnnot,
[all …]

12345678910