Home
last modified time | relevance | path

Searched refs:zDelta (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h67 …DFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point&…
136 …DFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point&…
190 …FSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point&…
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp189 …FSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point&… in Annot_OnMouseWheel() argument
195 return pAnnotHandler->OnMouseWheel(pPageView, pAnnot,nFlags,zDelta, point); in Annot_OnMouseWheel()
555 …DFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point&… in OnMouseWheel() argument
566 return m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta,point); in OnMouseWheel()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h98 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point);
DPWL_ListBox.h54 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag);
DPWL_Edit.h45 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag);
DPWL_Note.h324 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag);
DPWL_Wnd.h312 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp555 FX_BOOL CPWL_IconList::OnMouseWheel(short zDelta, const CPDF_Point & point) in OnMouseWheel() argument
565 if (zDelta > 0) in OnMouseWheel()
DPWL_ListBox.cpp615 FX_BOOL CPWL_ListBox::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) in OnMouseWheel() argument
619 if (zDelta < 0) in OnMouseWheel()
DPWL_Wnd.cpp590 FX_BOOL CPWL_Wnd::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) in PWL_IMPLEMENT_KEY_METHOD()
603 return pChild->OnMouseWheel(zDelta,pChild->ParentToChild(point), nFlag); in PWL_IMPLEMENT_KEY_METHOD()
DPWL_Edit.cpp1068 FX_BOOL CPWL_Edit::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) in OnMouseWheel() argument
1074 if (zDelta > 0) in OnMouseWheel()
DPWL_Note.cpp1550 FX_BOOL CPWL_Note::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) in OnMouseWheel() argument
1560 if (zDelta > 0) in OnMouseWheel()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h54 …PDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point&…
DFFL_FormFiller.h59 …PDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point&…
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp204 …PDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point&… in OnMouseWheel() argument
210 return pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point),nFlags); in OnMouseWheel()
DFFL_IFormFiller.cpp413 …PDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point&… in OnMouseWheel() argument
420 return pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in OnMouseWheel()