Searched defs:pAnnot (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_xfawidget.cpp12 CPDFSDK_XFAWidget::CPDFSDK_XFAWidget(CXFA_FFWidget* pAnnot, argument
17 m_hXFAWidget(pAnnot) {}
H A Dfsdk_baseform_embeddertest.cpp49 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); local
50 CheckRect(pAnnot->GetRect(), RightTop);
51 pAnnot = iter.GetNextAnnot(pAnnot);
52 CheckRect(pAnnot->GetRect(), LeftTop);
53 pAnnot = iter.GetNextAnnot(pAnnot);
54 CheckRect(pAnnot->GetRect(), RightBottom);
55 pAnnot = iter.GetNextAnnot(pAnnot);
75 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); local
101 CPDFSDK_Annot* pAnnot = iter.GetFirstAnnot(); local
[all...]
H A Dcba_annotiterator.cpp17 CFX_FloatRect GetAnnotRect(const CPDFSDK_Annot* pAnnot) { argument
18 return pAnnot->GetPDFAnnot()->GetRect();
56 CPDFSDK_Annot* CBA_AnnotIterator::GetNextAnnot(CPDFSDK_Annot* pAnnot) { argument
57 auto iter = std::find(m_Annots.begin(), m_Annots.end(), pAnnot);
66 CPDFSDK_Annot* CBA_AnnotIterator::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { argument
67 auto iter = std::find(m_Annots.begin(), m_Annots.end(), pAnnot);
76 for (auto pAnnot : m_pPageView->GetAnnotList()) {
77 if (pAnnot->GetAnnotSubtype() == m_nAnnotSubtype &&
78 !pAnnot->IsSignatureWidget()) {
79 pArray->push_back(pAnnot);
[all...]
H A Dcfx_systemhandler.cpp67 CPDFSDK_Annot* pAnnot = pFormFiller->GetSDKAnnot(); local
68 UnderlyingPageType* pPage = pAnnot->GetUnderlyingPage();
H A Dcpdfsdk_annothandlermgr.cpp41 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot* pAnnot, argument
44 return GetAnnotHandler(pAnnot->GetSubtype())->NewAnnot(pAnnot, pPageView);
48 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CXFA_FFWidget* pAnnot, argument
50 ASSERT(pAnnot);
54 ->NewAnnot(pAnnot, pPageView);
58 void CPDFSDK_AnnotHandlerMgr::ReleaseAnnot(CPDFSDK_Annot* pAnnot) { argument
59 IPDFSDK_AnnotHandler* pAnnotHandler = GetAnnotHandler(pAnnot);
60 pAnnotHandler->ReleaseAnnot(pAnnot);
63 void CPDFSDK_AnnotHandlerMgr::Annot_OnCreate(CPDFSDK_Annot* pAnnot) { argument
72 Annot_OnLoad(CPDFSDK_Annot* pAnnot) argument
95 Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, bool bDrawAnnots) argument
105 Annot_OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
115 Annot_OnLButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
125 Annot_OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
135 Annot_OnMouseMove( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
145 Annot_OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
156 Annot_OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
166 Annot_OnRButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
176 Annot_OnMouseEnter( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
184 Annot_OnMouseExit( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
192 Annot_OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
198 Annot_OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
220 Annot_OnKeyUp(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
226 Annot_OnSetFocus( CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
233 Annot_OnKillFocus( CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
257 Annot_OnGetViewBBox( CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
264 Annot_OnHitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_baannothandler.cpp45 bool CPDFSDK_BAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { argument
49 CPDFSDK_Annot* CPDFSDK_BAAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, argument
51 return new CPDFSDK_BAAnnot(pAnnot, pPage);
61 void CPDFSDK_BAAnnotHandler::ReleaseAnnot(CPDFSDK_Annot* pAnnot) { argument
62 delete pAnnot;
66 CPDFSDK_Annot* pAnnot,
71 if (pAnnot->IsXFAField())
74 if (bDrawAnnots && pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP) {
75 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance(
81 CPDFSDK_Annot::ObservedPtr* pAnnot,
65 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, bool bDrawAnnots) argument
80 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
88 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
96 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
103 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
110 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
117 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
124 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
132 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
139 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
146 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
153 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
159 OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
165 OnKeyUp(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
171 OnLoad(CPDFSDK_Annot* pAnnot) argument
173 OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
178 OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
191 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
196 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_widgethandler.cpp32 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { argument
33 ASSERT(pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET);
34 if (pAnnot->IsSignatureWidget())
37 CPDFSDK_Widget* pWidget = static_cast<CPDFSDK_Widget*>(pAnnot);
55 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, argument
59 pInterForm->GetInterForm(), pAnnot->GetAnnotDict());
63 CPDFSDK_Widget* pWidget = new CPDFSDK_Widget(pAnnot, pPage, pInterForm);
79 void CPDFSDK_WidgetHandler::ReleaseAnnot(CPDFSDK_Annot* pAnnot) { argument
80 ASSERT(pAnnot);
83 m_pFormFiller->OnDelete(pAnnot);
91 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, bool bDrawAnnots) argument
105 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
112 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
119 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
129 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
139 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
149 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
159 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
171 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
181 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
191 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
198 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
207 OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
216 OnKeyUp(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
222 OnLoad(CPDFSDK_Annot* pAnnot) argument
248 OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
256 OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
272 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
280 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_xfawidgethandler.cpp31 bool CPDFSDK_XFAWidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { argument
32 return !!pAnnot->GetXFAWidget();
35 CPDFSDK_Annot* CPDFSDK_XFAWidgetHandler::NewAnnot(CPDF_Annot* pAnnot, argument
40 CPDFSDK_Annot* CPDFSDK_XFAWidgetHandler::NewAnnot(CXFA_FFWidget* pAnnot, argument
43 CPDFSDK_XFAWidget* pWidget = new CPDFSDK_XFAWidget(pAnnot, pPage, pInterForm);
44 pInterForm->AddXFAMap(pAnnot, pWidget);
49 CPDFSDK_Annot* pAnnot,
54 ASSERT(pAnnot);
60 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot)
63 GetXFAWidgetHandler(pAnnot)
48 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, bool bDrawAnnots) argument
69 OnLoad(CPDFSDK_Annot* pAnnot) argument
71 ReleaseAnnot(CPDFSDK_Annot* pAnnot) argument
79 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
100 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
127 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
136 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
146 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
158 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
170 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
183 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
195 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
208 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
232 OnRButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
245 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
256 OnKeyDown(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
267 OnKeyUp(CPDFSDK_Annot* pAnnot, int nKeyCode, int nFlag) argument
278 OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
283 OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
315 GetXFAWidgetHandler( CPDFSDK_Annot* pAnnot) argument
[all...]
H A Dfpdfeditpage.cpp288 CPDF_Annot* pAnnot = AnnotList.GetAt(i); local
289 CFX_FloatRect rect = pAnnot->GetRect(); // transformAnnots Rectangle
294 CPDF_Array* pRectArray = pAnnot->GetAnnotDict()->GetArrayFor("Rect");
296 pRectArray = pAnnot->GetAnnotDict()->SetNewFor<CPDF_Array>("Rect");
H A Dcpdfsdk_pageview.cpp70 for (CPDFSDK_Annot* pAnnot : m_SDKAnnotArray)
71 pAnnotHandlerMgr->ReleaseAnnot(pAnnot);
181 bool CPDFSDK_PageView::DeleteAnnot(CPDFSDK_Annot* pAnnot) { argument
182 if (!pAnnot)
184 CPDFXFA_Page* pPage = pAnnot->GetPDFXFAPage();
189 if (GetFocusAnnot() == pAnnot)
193 pAnnotHandler->ReleaseAnnot(pAnnot);
195 auto it = std::find(m_SDKAnnotArray.begin(), m_SDKAnnotArray.end(), pAnnot);
198 if (m_pCaptureWidget.Get() == pAnnot)
225 for (CPDFSDK_Annot* pAnnot
399 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pXFAAnnot, this); local
423 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this); local
438 UpdateView(CPDFSDK_Annot* pAnnot) argument
[all...]
H A Dcpdfsdk_baannot.cpp23 CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, argument
25 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {}
398 if (CPDF_Annot* pAnnot = m_pAnnot->GetPopupAnnot())
399 pAnnot->SetOpenState(bOpenState);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_linklist.cpp41 CPDF_Dictionary* pAnnot = (*pPageLinkList)[annot_index]; local
42 if (!pAnnot)
45 CPDF_Link link(pAnnot);
63 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(i); local
64 bool add_link = (pAnnot && pAnnot->GetStringFor("Subtype") == "Link");
66 pList->push_back(add_link ? pAnnot : nullptr);
H A Dcpdf_annotlist.cpp28 std::unique_ptr<CPDF_Annot> CreatePopupAnnot(CPDF_Annot* pAnnot, argument
30 CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict();
58 pAnnot->SetPopupAnnot(pPopupAnnot.get());
113 for (const auto& pAnnot : m_AnnotList) {
114 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET;
118 uint32_t annot_flags = pAnnot->GetFlags();
130 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
136 CFX_FloatRect annot_rect_f = pAnnot->GetRect();
147 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
148 } else if (!pAnnot
[all...]
H A Dcpdf_annot.h105 void SetPopupAnnot(CPDF_Annot* pAnnot) { m_pPopupAnnot = pAnnot; } argument
H A Dcpdf_annot.cpp46 CPDF_Annot* pAnnot,
50 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode);
57 matrix->MatchRect(pAnnot->GetRect(), form_bbox);
45 AnnotGetMatrix(const CPDF_Page* pPage, CPDF_Annot* pAnnot, CPDF_Annot::AppearanceMode mode, const CFX_Matrix* pUser2Device, CFX_Matrix* matrix) argument
H A Dcpdf_interform.cpp912 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(annot_index); local
913 if (!pAnnot)
916 const auto it = m_ControlMap.find(pAnnot);
1072 CPDF_Dictionary* pAnnot = pAnnots->GetDictAt(i); local
1073 if (pAnnot && pAnnot->GetStringFor("Subtype") == "Widget")
1074 LoadField(pAnnot, 0);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_pushbutton.cpp13 CPDFSDK_Annot* pAnnot)
14 : CFFL_Button(pApp, pAnnot) {}
26 bool CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, argument
29 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
33 CPDFSDK_Annot* pAnnot,
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
12 CFFL_PushButton(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pAnnot) argument
32 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
H A Dcffl_checkbox.cpp29 bool CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, argument
37 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
40 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, argument
46 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
61 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
69 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
74 CPDFSDK_Annot* pAnnot,
77 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
81 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
73 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
H A Dcffl_radiobutton.cpp31 bool CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, argument
39 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
43 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, argument
49 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
68 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
73 CPDFSDK_Annot* pAnnot,
76 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
72 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
H A Dcba_fontmap.cpp22 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot, argument
29 CPDF_Page* pPage = pAnnot->GetPDFPage();
32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict();
H A Dcffl_listbox.cpp87 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, argument
90 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A Dcffl_textfield.cpp16 CPDFSDK_Annot* pAnnot)
17 : CFFL_FormFiller(pApp, pAnnot) {}
108 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, argument
117 m_pFormFillEnv->Invalidate(pAnnot->GetUnderlyingPage(),
118 pAnnot->GetRect().ToFxRect());
140 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
15 CFFL_TextField(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pAnnot) argument
H A Dcffl_combobox.cpp18 CPDFSDK_Annot* pAnnot)
19 : CFFL_FormFiller(pApp, pAnnot), m_pFontMap(nullptr) {
78 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, argument
81 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
17 CFFL_ComboBox(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pAnnot) argument
H A Dcffl_formfiller.cpp25 CPDFSDK_Annot* pAnnot)
26 : m_pFormFillEnv(pFormFillEnv), m_pAnnot(pAnnot), m_bValid(false) {
27 m_pWidget = static_cast<CPDFSDK_Widget*>(pAnnot);
62 CPDFSDK_Annot* pAnnot) {
64 ASSERT(pAnnot);
85 CPDFSDK_Annot* pAnnot,
88 ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET);
95 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
103 CPDFSDK_Annot* pAnnot,
106 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
24 CFFL_FormFiller(CPDFSDK_FormFillEnvironment* pFormFillEnv, CPDFSDK_Annot* pAnnot) argument
61 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
84 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
102 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
110 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
113 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
119 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
136 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
149 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
161 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
176 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
188 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
200 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
212 OnKeyDown(CPDFSDK_Annot* pAnnot, uint32_t nKeyCode, uint32_t nFlags) argument
227 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
242 SetFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) argument
253 KillFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) argument
600 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
606 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
615 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
628 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
642 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
650 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
682 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
[all...]
H A Dcffl_interactiveformfiller.cpp36 CPDFSDK_Annot* pAnnot,
38 return pAnnot->GetRect().Contains(point);
42 CPDFSDK_Annot* pAnnot) {
43 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false))
44 return pFormFiller->GetViewBBox(pPageView, pAnnot);
48 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
54 CPDFSDK_Annot* pAnnot,
58 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
63 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false)) {
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevic
35 Annot_HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
41 GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
53 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
106 OnDelete(CPDFSDK_Annot* pAnnot) argument
110 OnMouseEnter( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
144 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
178 OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
259 OnButtonUp(CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bReset, bool& bExit, uint32_t nFlag) argument
293 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
304 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
314 OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
327 OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
338 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
348 OnKeyDown(CPDFSDK_Annot* pAnnot, uint32_t nKeyCode, uint32_t nFlags) argument
360 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) argument
373 OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
419 OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlag) argument
471 GetFormFiller( CPDFSDK_Annot* pAnnot, bool bRegister) argument
516 RemoveFormFiller(CPDFSDK_Annot* pAnnot) argument
521 UnRegisterFormFiller(CPDFSDK_Annot* pAnnot) argument
602 OnKeyStrokeCommit( CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bRC, bool& bExit, uint32_t nFlag) argument
635 OnValidate(CPDFSDK_Annot::ObservedPtr* pAnnot, CPDFSDK_PageView* pPageView, bool& bRC, bool& bExit, uint32_t nFlag) argument
872 IsValidAnnot(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
[all...]

Completed in 722 milliseconds

12