• Home
  • Raw
  • Download

Lines Matching refs:pPageView

44                                                  CPDFSDK_PageView* pPageView) {  in NewAnnot()  argument
45 ASSERT(pPageView); in NewAnnot()
46 return GetAnnotHandler(pAnnot->GetSubtype())->NewAnnot(pAnnot, pPageView); in NewAnnot()
51 CPDFSDK_PageView* pPageView) { in NewAnnot() argument
53 ASSERT(pPageView); in NewAnnot()
56 ->NewAnnot(pAnnot, pPageView); in NewAnnot()
107 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, in Annot_OnDraw() argument
113 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()
118 CPDFSDK_PageView* pPageView, in Annot_OnLButtonDown() argument
124 ->OnLButtonDown(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonDown()
128 CPDFSDK_PageView* pPageView, in Annot_OnLButtonUp() argument
134 ->OnLButtonUp(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonUp()
138 CPDFSDK_PageView* pPageView, in Annot_OnLButtonDblClk() argument
144 ->OnLButtonDblClk(pPageView, pAnnot, nFlags, point); in Annot_OnLButtonDblClk()
148 CPDFSDK_PageView* pPageView, in Annot_OnMouseMove() argument
154 ->OnMouseMove(pPageView, pAnnot, nFlags, point); in Annot_OnMouseMove()
158 CPDFSDK_PageView* pPageView, in Annot_OnMouseWheel() argument
165 ->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in Annot_OnMouseWheel()
169 CPDFSDK_PageView* pPageView, in Annot_OnRButtonDown() argument
175 ->OnRButtonDown(pPageView, pAnnot, nFlags, point); in Annot_OnRButtonDown()
179 CPDFSDK_PageView* pPageView, in Annot_OnRButtonUp() argument
185 ->OnRButtonUp(pPageView, pAnnot, nFlags, point); in Annot_OnRButtonUp()
189 CPDFSDK_PageView* pPageView, in Annot_OnMouseEnter() argument
193 GetAnnotHandler(pAnnot->Get())->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()
197 CPDFSDK_PageView* pPageView, in Annot_OnMouseExit() argument
201 GetAnnotHandler(pAnnot->Get())->OnMouseExit(pPageView, pAnnot, nFlag); in Annot_OnMouseExit()
270 CPDFSDK_PageView* pPageView, in Annot_OnGetViewBBox() argument
273 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
276 bool CPDFSDK_AnnotHandlerMgr::Annot_OnHitTest(CPDFSDK_PageView* pPageView, in Annot_OnHitTest() argument
282 return pAnnotHandler->HitTest(pPageView, pAnnot, point); in Annot_OnHitTest()
290 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in GetNextAnnot() local
291 CPDFXFA_Page* pPage = pPageView->GetPDFXFAPage(); in GetNextAnnot()
316 return pPageView->GetAnnotByXFAWidget(hNextFocus); in GetNextAnnot()