Lines Matching refs:pPageView
15 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() argument
18 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseEnter()
21 void CFFL_Button::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit() argument
24 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseExit()
29 bool CFFL_Button::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown() argument
38 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonDown()
42 bool CFFL_Button::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp() argument
51 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
55 bool CFFL_Button::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove() argument
62 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() argument
66 ASSERT(pPageView); in OnDraw()
98 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() argument
102 OnDraw(pPageView, pAnnot, pDevice, mtUser2Device); in OnDrawDeactive()