Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) in NewAnnot()
72 void CPDFSDK_AnnotHandlerMgr::ReleaseAnnot(CPDFSDK_Annot* pAnnot) in ReleaseAnnot()
89 void CPDFSDK_AnnotHandlerMgr::Annot_OnCreate(CPDFSDK_Annot* pAnnot) in Annot_OnCreate()
107 void CPDFSDK_AnnotHandlerMgr::Annot_OnLoad(CPDFSDK_Annot* pAnnot) in Annot_OnLoad()
134 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_… in Annot_OnDraw()
149 …nnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD … in Annot_OnLButtonDown()
159 …_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD … in Annot_OnLButtonUp()
169 …otHandlerMgr::Annot_OnLButtonDblClk(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD … in Annot_OnLButtonDblClk()
179 …_AnnotHandlerMgr::Annot_OnMouseMove(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD … in Annot_OnMouseMove()
189 …AnnotHandlerMgr::Annot_OnMouseWheel(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD … in Annot_OnMouseWheel()
[all …]
Dfsdk_mgr.cpp115 CPDFSDK_Annot* pAnnot = pFFL->GetSDKAnnot(); in OutputSelectedRect() local
487 void CPDFSDK_Document::UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot) in UpdateAllViews()
509 FX_BOOL CPDFSDK_Document::SetFocusAnnot(CPDFSDK_Annot* pAnnot,FX_UINT nFlag) in SetFocusAnnot()
639 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in ~CPDFSDK_PageView() local
683 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i); in GetPDFAnnotAtPoint() local
698 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i); in GetPDFWidgetAtPoint() local
752 FX_BOOL CPDFSDK_PageView::Annot_HasAppearance(CPDF_Annot* pAnnot) in Annot_HasAppearance()
798 FX_BOOL CPDFSDK_PageView::DeleteAnnot(CPDFSDK_Annot* pAnnot) in DeleteAnnot()
833 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in GetAnnotByDict() local
933 if(CPDFSDK_Annot* pAnnot = GetFXWidgetAtPoint(point.x, point.y)) in OnMouseWheel() local
[all …]
Dfsdk_baseform.cpp26 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* … in CPDFSDK_Widget()
1668 CPDF_Annot* pAnnot = GetPDFAnnot(); in HitTest() local
2719 CPDFSDK_Annot* CBA_AnnotIterator::GetNextAnnot(CPDFSDK_Annot* pAnnot) in GetNextAnnot()
2735 CPDFSDK_Annot* CBA_AnnotIterator::GetPrevAnnot(CPDFSDK_Annot* pAnnot) in GetPrevAnnot()
2792 CPDFSDK_Annot* pAnnot = m_pPageView->GetAnnot(i); in GenerateResults() local
2809 CPDFSDK_Annot* pAnnot = m_pPageView->GetAnnot(i); in GenerateResults() local
2832 CPDFSDK_Annot* pAnnot = sa.GetAt(i); in GenerateResults() local
2860 CPDFSDK_Annot* pAnnot = sa.GetAt(i); in GenerateResults() local
2899 CPDFSDK_Annot* pAnnot = m_pPageView->GetAnnot(i); in GenerateResults() local
2922 CPDFSDK_Annot* pAnnot = sa.GetAt(i); in GenerateResults() local
[all …]
Dfpdfeditpage.cpp288 CPDF_Annot* pAnnot = AnnotList.GetAt(i); in FPDFPage_TransformAnnots() local
Dfsdk_baseannot.cpp506 CPDFSDK_Annot::CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) : in CPDFSDK_Annot()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp20 CFFL_FormFiller::CFFL_FormFiller(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot) in CFFL_FormFiller()
68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox()
93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw()
113 …d CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDrawDeactive()
125 void CFFL_FormFiller::OnCreate(CPDFSDK_Annot* pAnnot) in OnCreate()
129 void CFFL_FormFiller::OnLoad(CPDFSDK_Annot* pAnnot) in OnLoad()
133 void CFFL_FormFiller::OnDelete(CPDFSDK_Annot* pAnnot) in OnDelete()
137 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseEnter()
141 void CFFL_FormFiller::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseExit()
147 FX_BOOL CFFL_FormFiller::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT … in OnLButtonDown()
[all …]
DFFL_IFormFiller.cpp34 CPDFSDK_Annot * pAnnot = NULL; in ~CFFL_IFormFiller() local
42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Poi… in Annot_HitTest()
50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox()
76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw()
140 void CFFL_IFormFiller::OnCreate(CPDFSDK_Annot* pAnnot) in OnCreate()
148 void CFFL_IFormFiller::OnLoad(CPDFSDK_Annot* pAnnot) in OnLoad()
156 void CFFL_IFormFiller::OnDelete(CPDFSDK_Annot* pAnnot) in OnDelete()
166 void CFFL_IFormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFl… in OnMouseEnter()
210 void CFFL_IFormFiller::OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnMouseExit()
254 FX_BOOL CFFL_IFormFiller::OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT… in OnLButtonDown()
[all …]
DFFL_PushButton.cpp13 CFFL_PushButton::CFFL_PushButton(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot): in CFFL_PushButton()
31 FX_BOOL CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDraw()
DFFL_RadioButton.cpp34 FX_BOOL CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) in OnKeyDown()
46 FX_BOOL CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp()
DFFL_CheckBox.cpp34 FX_BOOL CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) in OnKeyDown()
45 FX_BOOL CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnLButtonUp()
DFFL_TextField.cpp12 CFFL_TextField::CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot) : in CFFL_TextField()
138 FX_BOOL CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
DFFL_ComboBox.cpp16 CFFL_ComboBox::CFFL_ComboBox(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot) : in CFFL_ComboBox()
101 FX_BOOL CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
DFFL_ListBox.cpp119 FX_BOOL CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
DFFL_CBA_Fontmap.cpp10 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler) : in CBA_FontMap()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h110 virtual void DeleteAnnot(CPDFSDK_Annot* pAnnot) {} in DeleteAnnot()
122 virtual void OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDrawSleep()
131 virtual void OnDelete(CPDFSDK_Annot* pAnnot) {} in OnDelete()
133 virtual void OnRelease(CPDFSDK_Annot* pAnnot) {} in OnRelease()
147 …virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nF… in OnRButtonDblClk()
154 virtual void OnDeSelected(CPDFSDK_Annot* pAnnot) {} in OnDeSelected()
155 virtual void OnSelected(CPDFSDK_Annot* pAnnot) {} in OnSelected()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp42 CPDF_Annot* pAnnot = new CPDF_Annot(pDict); in CPDF_AnnotList() local
66 CPDF_Annot* pAnnot = (CPDF_Annot*)m_AnnotList[i]; in DisplayPass() local
130 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot) in GetIndex()
232 static CPDF_Form* FPDFDOC_Annot_GetMatrix(const CPDF_Page* pPage, CPDF_Annot* pAnnot, CPDF_Annot::A… in FPDFDOC_Annot_GetMatrix()
467 CPDF_Annot* pAnnot = m_pList->GetAt(i); in CountIRTNotes() local
483 CPDF_Annot* pAnnot = m_pList->GetAt(i); in GetIRTNote() local
Ddoc_link.cpp72 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); in LoadPageLinks() local
Ddoc_form.cpp837 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); in CountPageControls() local
857 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); in GetPageControl() local
879 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i - 1); in GetControlAtPoint() local
1275 CPDF_Dictionary* pAnnot = pAnnots->GetDict(i); in FixPageFields() local