Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_annot.cpp28 void CPDFSDK_Annot::OnMouseEnter(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnMouseEnter()
34 void CPDFSDK_Annot::OnMouseExit(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnMouseExit()
40 bool CPDFSDK_Annot::OnLButtonDown(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnLButtonDown()
47 bool CPDFSDK_Annot::OnLButtonUp(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnLButtonUp()
54 bool CPDFSDK_Annot::OnLButtonDblClk(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnLButtonDblClk()
61 bool CPDFSDK_Annot::OnMouseMove(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnMouseMove()
68 bool CPDFSDK_Annot::OnMouseWheel(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnMouseWheel()
76 bool CPDFSDK_Annot::OnRButtonDown(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnRButtonDown()
83 bool CPDFSDK_Annot::OnRButtonUp(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnRButtonUp()
90 bool CPDFSDK_Annot::OnChar(ObservedPtr<CPDFSDK_Annot>& pAnnot, in OnChar()
[all …]
H A Dcpdfsdk_pageview.cpp157 CPDFSDK_Annot* pAnnot = GetAnnotForFFWidget(pWidget); in DeleteAnnotForFFWidget() local
242 CPDFSDK_Annot* CPDFSDK_PageView::GetNextAnnot(CPDFSDK_Annot* pAnnot) { in GetNextAnnot()
252 CPDFSDK_Annot* CPDFSDK_PageView::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { in GetPrevAnnot()
328 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnFocus() local
340 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDown() local
370 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDblClk() local
388 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonDown() local
404 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonUp() local
446 void CPDFSDK_PageView::EnterWidget(ObservedPtr<CPDFSDK_Annot>& pAnnot, in EnterWidget()
474 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnMouseWheel() local
[all …]
H A Dcpdfsdk_annotiterator.cpp21 CFX_FloatRect GetAnnotRect(const CPDFSDK_Annot* pAnnot) { in GetAnnotRect()
54 CPDFSDK_Annot* CPDFSDK_AnnotIterator::GetNextAnnot(CPDFSDK_Annot* pAnnot) { in GetNextAnnot()
64 CPDFSDK_Annot* CPDFSDK_AnnotIterator::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { in GetPrevAnnot()
73 for (auto* pAnnot : m_pPageView->GetAnnotList()) { in CollectAnnots() local
H A 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
H A Dfpdf_annot.cpp475 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_UpdateObject() local
540 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_AppendObject() local
583 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetObjectCount() local
602 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetObject() local
622 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_RemoveObject() local
998 const CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetValueType() local
1148 CPDF_AnnotContext* pAnnot = CPDFAnnotContextFromFPDFAnnotation(annot); in FPDFAnnot_GetLinkedAnnot() local
H A Dcpdfsdk_baannot_embeddertest.cpp48 CPDFSDK_Annot* pAnnot = ai.GetFirstAnnot(); in GetNthFocusableAnnot() local
73 CPDFSDK_Annot* pAnnot = GetNthFocusableAnnot(2); in TEST_F() local
H A Dcpdfsdk_formfillenvironment.cpp401 ObservedPtr<CPDFSDK_Annot>& pAnnot) { in OnCalculate()
407 void CPDFSDK_FormFillEnvironment::OnFormat(ObservedPtr<CPDFSDK_Annot>& pAnnot) { in OnFormat()
718 void CPDFSDK_FormFillEnvironment::UpdateAllViews(CPDFSDK_Annot* pAnnot) { in UpdateAllViews()
734 ObservedPtr<CPDFSDK_Annot>& pAnnot) { in SetFocusAnnot()
809 ObservedPtr<CPDFSDK_Annot>& pAnnot) { in SendOnFocusChange()
H A Dcpdfsdk_annot.h138 inline CPDFXFA_Widget* ToXFAWidget(CPDFSDK_Annot* pAnnot) { in ToXFAWidget()
H A Dcpdfsdk_annotiteration.cpp45 for (auto* pAnnot : copied_list) in CPDFSDK_AnnotIteration() local
H A Dcpdfsdk_widget.h190 inline CPDFSDK_Widget* ToCPDFSDKWidget(CPDFSDK_Annot* pAnnot) { in ToCPDFSDKWidget()
H A Dfpdf_flatten.cpp101 for (const auto& pAnnot : locker) { in ParserAnnots() local
H A Dcpdfsdk_baannot.cpp30 CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, in CPDFSDK_BAAnnot()
H A Dcpdfsdk_helpers.cpp392 void CheckForUnsupportedAnnot(const CPDF_Annot* pAnnot) { in CheckForUnsupportedAnnot()
H A Dcpdfsdk_widget.cpp47 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, in CPDFSDK_Widget()
H A Dfpdf_editpage.cpp697 CPDF_Annot* pAnnot = AnnotList.GetAt(i); in FPDFPage_TransformAnnots() local
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_linklist.cpp30 RetainPtr<CPDF_Dictionary> pAnnot = (*pPageLinkList)[annot_index]; in GetLinkAtPoint() local
62 RetainPtr<CPDF_Dictionary> pAnnot = pAnnotList->GetMutableDictAt(i); in GetPageLinks() local
H A Dcpdf_annotlist.cpp74 CPDF_Annot* pAnnot) { in CreatePopupAnnot()
239 for (const auto& pAnnot : m_AnnotList) { in DisplayPass() local
H A Dcpdf_annot.h103 void SetPopupAnnot(CPDF_Annot* pAnnot) { m_pPopupAnnot = pAnnot; } in SetPopupAnnot()
H A Dcpdf_interactiveform.cpp631 RetainPtr<const CPDF_Dictionary> pAnnot = in GetControlAtPoint() local
797 RetainPtr<CPDF_Dictionary> pAnnot = pAnnots->GetMutableDictAt(i); in FixPageFields() local
H A Dcpdf_annot.cpp44 CPDF_Annot* pAnnot, in AnnotGetMatrix()
/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h123 CFFL_FormField* GetFormFieldForTesting(CPDFSDK_Widget* pAnnot) { in GetFormFieldForTesting()
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp292 CPDFSDK_Annot* pAnnot, in DrawFocusAnnot()
H A Dcpdfxfa_docenvironment.cpp574 ObservedPtr<CPDFSDK_Annot> pAnnot(pPageView->GetAnnotForFFWidget(hWidget)); in SetFocusWidget() local