Home
last modified time | relevance | path

Searched defs:pAnnot (Results 1 – 25 of 35) sorted by relevance

12

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.cpp46 bool CPDFSDK_BAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
50 CPDFSDK_Annot* CPDFSDK_BAAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
56 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot()
61 CPDFSDK_Annot* pAnnot, in OnDraw()
75 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
83 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
91 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
98 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
105 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDblClk()
112 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseMove()
[all …]
Dcpdfsdk_widgethandler.cpp33 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
54 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
70 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot()
81 CPDFSDK_Annot* pAnnot, in OnDraw()
94 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
101 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
108 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
116 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
124 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDblClk()
132 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseMove()
[all …]
Dcpdfsdk_annothandlermgr.cpp53 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
62 CXFA_FFWidget* pAnnot, in NewXFAAnnot()
72 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot()
77 void CPDFSDK_AnnotHandlerMgr::Annot_OnLoad(CPDFSDK_Annot* pAnnot) { in Annot_OnLoad()
82 WideString CPDFSDK_AnnotHandlerMgr::Annot_GetText(CPDFSDK_Annot* pAnnot) { in Annot_GetText()
87 CPDFSDK_Annot* pAnnot) { in Annot_GetSelectedText()
91 void CPDFSDK_AnnotHandlerMgr::Annot_ReplaceSelection(CPDFSDK_Annot* pAnnot, in Annot_ReplaceSelection()
96 bool CPDFSDK_AnnotHandlerMgr::Annot_CanUndo(CPDFSDK_Annot* pAnnot) { in Annot_CanUndo()
100 bool CPDFSDK_AnnotHandlerMgr::Annot_CanRedo(CPDFSDK_Annot* pAnnot) { in Annot_CanRedo()
104 bool CPDFSDK_AnnotHandlerMgr::Annot_Undo(CPDFSDK_Annot* pAnnot) { in Annot_Undo()
[all …]
Dcpdfsdk_pageview.cpp139 bool CPDFSDK_PageView::DeleteAnnot(CPDFSDK_Annot* pAnnot) { in DeleteAnnot()
203 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetFocusedFormText() local
213 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetSelectedText() local
223 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in ReplaceSelection() local
231 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanUndo() local
240 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanRedo() local
249 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Undo() local
258 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Redo() local
267 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnFocus() local
278 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDown() local
[all …]
Dcpdfsdk_annotiterator_embeddertest.cpp49 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); in TEST_F() local
75 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); in TEST_F() local
101 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); in TEST_F() local
Dcpdfsdk_annotiterator.cpp18 CFX_FloatRect GetAnnotRect(const CPDFSDK_Annot* pAnnot) { in GetAnnotRect()
60 CPDFSDK_Annot* CPDFSDK_AnnotIterator::GetNextAnnot(CPDFSDK_Annot* pAnnot) { in GetNextAnnot()
70 CPDFSDK_Annot* CPDFSDK_AnnotIterator::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { in GetPrevAnnot()
80 for (auto* pAnnot : m_pPageView->GetAnnotList()) { in CollectAnnots() local
Dcpdfsdk_annot.h51 inline CPDFSDK_BAAnnot* ToBAAnnot(CPDFSDK_Annot* pAnnot) { in ToBAAnnot()
55 inline CPDFXFA_Widget* ToXFAWidget(CPDFSDK_Annot* pAnnot) { in ToXFAWidget()
Dcpdfsdk_baannothandler_embeddertest.cpp61 CPDFSDK_Annot* pAnnot = ai.GetFirstAnnot(); in TEST_F() local
78 CPDFSDK_Annot* pAnnot = ai.GetFirstAnnot(); in TEST_F() local
Dcpdfsdk_annotiteration.cpp36 for (auto* pAnnot : copiedList) in CPDFSDK_AnnotIteration() local
Dcpdfsdk_baannot.cpp25 CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, in CPDFSDK_BAAnnot()
223 if (CPDF_Annot* pAnnot = m_pAnnot->GetPopupAnnot()) in SetOpenState() local
Dfpdf_annot.cpp398 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_UpdateObject() local
431 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_AppendObject() local
479 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetObjectCount() local
496 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetObject() local
515 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_RemoveObject() local
753 auto* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetValueType() local
899 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetLinkedAnnot() local
Dcpdfsdk_widget.h153 inline CPDFSDK_Widget* ToCPDFSDKWidget(CPDFSDK_Annot* pAnnot) { in ToCPDFSDKWidget()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.cpp212 bool CPDFXFA_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
217 CPDFSDK_Annot* CPDFXFA_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
223 CXFA_FFWidget* pAnnot, in NewAnnotForXFA()
230 CPDFSDK_Annot* pAnnot, in OnDraw()
249 void CPDFXFA_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) {} in OnLoad()
252 std::unique_ptr<CPDFSDK_Annot> pAnnot) {} in ReleaseAnnot()
255 CPDFSDK_Annot* pAnnot) { in GetViewBBox()
270 WideString CPDFXFA_WidgetHandler::GetText(CPDFSDK_Annot* pAnnot) { in GetText()
279 WideString CPDFXFA_WidgetHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
288 void CPDFXFA_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
[all …]
Dcpdfxfa_page.cpp236 CPDFSDK_Annot* pAnnot, in DrawFocusAnnot()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp37 CPDFSDK_Annot* pAnnot, in Annot_HitTest()
43 CPDFSDK_Annot* pAnnot) { in GetViewBBox()
59 CPDFSDK_Annot* pAnnot, in OnDraw()
110 void CFFL_InteractiveFormFiller::OnDelete(CPDFSDK_Annot* pAnnot) { in OnDelete()
116 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
149 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
183 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
222 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
259 bool CFFL_InteractiveFormFiller::OnButtonUp(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnButtonUp()
292 ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected()
[all …]
Dcffl_button.cpp32 CPDFSDK_Annot* pAnnot, in OnLButtonDown()
45 CPDFSDK_Annot* pAnnot, in OnLButtonUp()
64 CPDFSDK_Annot* pAnnot, in OnDraw()
100 CPDFSDK_Annot* pAnnot, in OnDrawDeactive()
Dcffl_radiobutton.cpp44 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
72 CPDFSDK_Annot* pAnnot, in OnLButtonUp()
Dcffl_formfiller.cpp56 CPDFSDK_Annot* pAnnot, in OnDraw()
73 CPDFSDK_Annot* pAnnot, in OnDrawDeactive()
88 CPDFSDK_Annot* pAnnot, in OnLButtonDown()
104 CPDFSDK_Annot* pAnnot, in OnLButtonUp()
171 bool CFFL_FormFiller::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
248 void CFFL_FormFiller::SetFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) { in SetFocusForAnnot()
Dcffl_checkbox.cpp43 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
80 CPDFSDK_Annot* pAnnot, in OnLButtonUp()
Dcffl_interactiveformfiller.h85 CFFL_FormFiller* GetFormFillerForTesting(CPDFSDK_Annot* pAnnot) { in GetFormFillerForTesting()
Dcffl_listbox.cpp80 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
Dcffl_textfield.cpp106 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
/external/pdfium/core/fpdfdoc/
Dcpdf_linklist.cpp42 CPDF_Dictionary* pAnnot = (*pPageLinkList)[annot_index]; in GetLinkAtPoint() local
64 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(i); in LoadPageLinks() local
Dcpdf_annotlist.cpp74 CPDF_Annot* pAnnot) { in CreatePopupAnnot()
232 for (const auto& pAnnot : m_AnnotList) { in DisplayPass() local
Dcpdf_annot.h103 void SetPopupAnnot(CPDF_Annot* pAnnot) { m_pPopupAnnot = pAnnot; } in SetPopupAnnot()

12