Lines Matching refs:pPageView
54 CPDFSDK_PageView* pPageView) { in NewAnnot() argument
55 ASSERT(pPageView); in NewAnnot()
57 ->NewAnnot(pAnnot, pPageView); in NewAnnot()
63 CPDFSDK_PageView* pPageView) { in NewXFAAnnot() argument
65 ASSERT(pPageView); in NewXFAAnnot()
67 ->NewAnnotForXFA(pAnnot, pPageView); in NewXFAAnnot()
130 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, in Annot_OnDraw() argument
136 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, mtUser2Device, in Annot_OnDraw()
141 CPDFSDK_PageView* pPageView, in Annot_OnLButtonDown() argument
147 ->OnLButtonDown(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonDown()
151 CPDFSDK_PageView* pPageView, in Annot_OnLButtonUp() argument
157 ->OnLButtonUp(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonUp()
161 CPDFSDK_PageView* pPageView, in Annot_OnLButtonDblClk() argument
167 ->OnLButtonDblClk(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonDblClk()
171 CPDFSDK_PageView* pPageView, in Annot_OnMouseMove() argument
177 ->OnMouseMove(pPageView, pAnnot, nFlags, point); in Annot_OnMouseMove()
181 CPDFSDK_PageView* pPageView, in Annot_OnMouseWheel() argument
188 ->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in Annot_OnMouseWheel()
192 CPDFSDK_PageView* pPageView, in Annot_OnRButtonDown() argument
198 ->OnRButtonDown(pPageView, pAnnot, nFlags, point); in Annot_OnRButtonDown()
202 CPDFSDK_PageView* pPageView, in Annot_OnRButtonUp() argument
208 ->OnRButtonUp(pPageView, pAnnot, nFlags, point); in Annot_OnRButtonUp()
212 CPDFSDK_PageView* pPageView, in Annot_OnMouseEnter() argument
216 GetAnnotHandler(pAnnot->Get())->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()
220 CPDFSDK_PageView* pPageView, in Annot_OnMouseExit() argument
224 GetAnnotHandler(pAnnot->Get())->OnMouseExit(pPageView, pAnnot, nFlag); in Annot_OnMouseExit()
301 CPDFSDK_PageView* pPageView, in Annot_OnGetViewBBox() argument
304 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
307 bool CPDFSDK_AnnotHandlerMgr::Annot_OnHitTest(CPDFSDK_PageView* pPageView, in Annot_OnHitTest() argument
313 return pAnnotHandler->HitTest(pPageView, pAnnot, point); in Annot_OnHitTest()