Lines Matching defs:pAnnot
157 ObservedPtr<CPDFSDK_Annot> pAnnot(GetAnnotForFFWidget(pWidget)); in DeleteAnnotForFFWidget() local
242 CPDFSDK_Annot* CPDFSDK_PageView::GetNextAnnot(CPDFSDK_Annot* pAnnot) { in GetNextAnnot()
252 CPDFSDK_Annot* CPDFSDK_PageView::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { in GetPrevAnnot()
328 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnFocus() local
340 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDown() local
370 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnLButtonDblClk() local
388 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonDown() local
404 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnRButtonUp() local
447 void CPDFSDK_PageView::EnterWidget(ObservedPtr<CPDFSDK_Annot>& pAnnot, in EnterWidget()
476 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFXWidgetAtPoint(point)); in OnMouseWheel() local
494 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFocusAnnot()); in OnChar() local
500 ObservedPtr<CPDFSDK_Annot> pAnnot(GetFocusAnnot()); in OnKeyDown() local
573 std::unique_ptr<CPDFSDK_Annot> pAnnot = NewAnnot(pPDFAnnot); in LoadFXAnnots() local
586 void CPDFSDK_PageView::UpdateView(CPDFSDK_Annot* pAnnot) { in UpdateView()