Searched refs:GetFXWidgetAtPoint (Results 1 – 2 of 2) sorted by relevance
728 CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(FX_FLOAT pageX, FX_FLOAT pageY) in GetFXWidgetAtPoint() function in CPDFSDK_PageView844 CPDFSDK_Annot* pFXAnnot = GetFXWidgetAtPoint(point.x, point.y); in OnLButtonDown()871 CPDFSDK_Annot* pFXAnnot = GetFXWidgetAtPoint(point.x, point.y); in OnLButtonUp()893 if(CPDFSDK_Annot* pFXAnnot = GetFXWidgetAtPoint(point.x, point.y)) in OnMouseMove()933 if(CPDFSDK_Annot* pAnnot = GetFXWidgetAtPoint(point.x, point.y)) in OnMouseWheel()
426 CPDFSDK_Annot* GetFXWidgetAtPoint(FX_FLOAT pageX, FX_FLOAT pageY);