Searched refs:WndtoPWL (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 120 return pWnd->OnLButtonDown(WndtoPWL(pPageView, point), nFlags); in OnLButtonDown() 132 pWnd->OnLButtonUp(WndtoPWL(pPageView, point), nFlags); in OnLButtonUp() 144 pWnd->OnLButtonDblClk(WndtoPWL(pPageView, point), nFlags); in OnLButtonDblClk() 156 pWnd->OnMouseMove(WndtoPWL(pPageView, point), nFlags); in OnMouseMove() 169 return pWnd && pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags); in OnMouseWheel() 180 pWnd->OnRButtonDown(WndtoPWL(pPageView, point), nFlags); in OnRButtonDown() 192 pWnd->OnRButtonUp(WndtoPWL(pPageView, point), nFlags); in OnRButtonUp() 458 CFX_PointF CFFL_FormFiller::WndtoPWL(CPDFSDK_PageView* pPageView, in WndtoPWL() function in CFFL_FormFiller
|
D | cffl_formfiller.h | 114 CFX_PointF WndtoPWL(CPDFSDK_PageView* pPageView, const CFX_PointF& pt);
|