Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp601 CFX_PointF ptScroll = GetScrollPos(); in OnMouseWheel() local
603 ptScroll.y += GetFontSize(); in OnMouseWheel()
605 ptScroll.y -= GetFontSize(); in OnMouseWheel()
606 SetScrollPos(ptScroll); in OnMouseWheel()