Lines Matching refs:pAnnot
25 CPDFSDK_Annot* pAnnot) in CFFL_FormFiller() argument
26 : m_pFormFillEnv(pFormFillEnv), m_pAnnot(pAnnot), m_bValid(false) { in CFFL_FormFiller()
27 m_pWidget = static_cast<CPDFSDK_Widget*>(pAnnot); in CFFL_FormFiller()
62 CPDFSDK_Annot* pAnnot) { in GetViewBBox() argument
64 ASSERT(pAnnot); in GetViewBBox()
85 CPDFSDK_Annot* pAnnot, in OnDraw() argument
88 ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnDraw()
95 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot; in OnDraw()
103 CPDFSDK_Annot* pAnnot, in OnDrawDeactive() argument
106 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot; in OnDrawDeactive()
111 CPDFSDK_Annot* pAnnot) {} in OnMouseEnter() argument
114 CPDFSDK_Annot* pAnnot) { in OnMouseExit() argument
120 CPDFSDK_Annot* pAnnot, in OnLButtonDown() argument
125 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown()
137 CPDFSDK_Annot* pAnnot, in OnLButtonUp() argument
144 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
150 CPDFSDK_Annot* pAnnot, in OnLButtonDblClk() argument
162 CPDFSDK_Annot* pAnnot, in OnMouseMove() argument
177 CPDFSDK_Annot* pAnnot, in OnMouseWheel() argument
189 CPDFSDK_Annot* pAnnot, in OnRButtonDown() argument
201 CPDFSDK_Annot* pAnnot, in OnRButtonUp() argument
212 bool CFFL_FormFiller::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown() argument
227 bool CFFL_FormFiller::OnChar(CPDFSDK_Annot* pAnnot, in OnChar() argument
242 void CFFL_FormFiller::SetFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) { in SetFocusForAnnot() argument
243 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot; in SetFocusForAnnot()
250 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in SetFocusForAnnot()
253 void CFFL_FormFiller::KillFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) { in KillFocusForAnnot() argument
601 CPDFSDK_Annot* pAnnot) { in OnMouseEnter() argument
603 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseEnter()
607 CPDFSDK_Annot* pAnnot) { in OnMouseExit() argument
610 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseExit()
616 CPDFSDK_Annot* pAnnot, in OnLButtonDown() argument
619 if (!pAnnot->GetRect().Contains(point)) in OnLButtonDown()
624 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonDown()
629 CPDFSDK_Annot* pAnnot, in OnLButtonUp() argument
632 if (!pAnnot->GetRect().Contains(point)) in OnLButtonUp()
638 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
643 CPDFSDK_Annot* pAnnot, in OnMouseMove() argument
651 CPDFSDK_Annot* pAnnot, in OnDraw() argument
655 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot; in OnDraw()
683 CPDFSDK_Annot* pAnnot, in OnDrawDeactive() argument
686 OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDrawDeactive()