Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp729 CFX_PointF ptScroll = GetScrollPos(); in OnMouseWheel() local
732 ptScroll.y += GetFontSize(); in OnMouseWheel()
734 ptScroll.y -= GetFontSize(); in OnMouseWheel()
736 SetScrollPos(ptScroll); in OnMouseWheel()