Home
last modified time | relevance | path

Searched refs:WndtoPWL (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp120 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
Dcffl_formfiller.h114 CFX_PointF WndtoPWL(CPDFSDK_PageView* pPageView, const CFX_PointF& pt);