Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp130 return pWnd->OnLButtonDown(WndtoPWL(pPageView, point), nFlags); in OnLButtonDown()
143 pWnd->OnLButtonUp(WndtoPWL(pPageView, point), nFlags); in OnLButtonUp()
155 pWnd->OnLButtonDblClk(WndtoPWL(pPageView, point), nFlags); in OnLButtonDblClk()
171 pWnd->OnMouseMove(WndtoPWL(pPageView, point), nFlags); in OnMouseMove()
187 return pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags); in OnMouseWheel()
198 pWnd->OnRButtonDown(WndtoPWL(pPageView, point), nFlags); in OnRButtonDown()
210 pWnd->OnRButtonUp(WndtoPWL(pPageView, point), nFlags); in OnRButtonUp()
520 CPDF_Point CFFL_FormFiller::WndtoPWL(CPDFSDK_PageView* pPageView, in WndtoPWL() function in CFFL_FormFiller
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h114 CPDF_Point WndtoPWL(CPDFSDK_PageView* pPageView, const CPDF_Point& pt);