Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp153 CPDF_Rect rcScroll = GetScrollArea(); in CreateChildWnd() local
157 sInfo.fContentMin = rcScroll.bottom; in CreateChildWnd()
158 sInfo.fContentMax = rcScroll.top; in CreateChildWnd()
468 CPDF_Rect rcScroll = m_pListContent->GetScrollArea(); in OnMouseWheel() local
471 if (rcScroll.top - rcScroll.bottom > rcContents.Height()) { in OnMouseWheel()
479 if (ptNew.y > rcScroll.top) in OnMouseWheel()
480 ptNew.y = rcScroll.top; in OnMouseWheel()
481 if (ptNew.y < rcScroll.bottom + rcContents.Height()) in OnMouseWheel()
482 ptNew.y = rcScroll.bottom + rcContents.Height(); in OnMouseWheel()
483 if (ptNew.y < rcScroll.bottom) in OnMouseWheel()
[all …]
DPWL_Note.cpp1303 CPDF_Rect rcScroll = m_pContents->GetScrollArea(); in OnMouseWheel() local
1306 if (rcScroll.top - rcScroll.bottom > rcContents.Height()) { in OnMouseWheel()
1314 if (ptNew.y > rcScroll.top) in OnMouseWheel()
1315 ptNew.y = rcScroll.top; in OnMouseWheel()
1316 if (ptNew.y < rcScroll.bottom + rcContents.Height()) in OnMouseWheel()
1317 ptNew.y = rcScroll.bottom + rcContents.Height(); in OnMouseWheel()
1318 if (ptNew.y < rcScroll.bottom) in OnMouseWheel()
1319 ptNew.y = rcScroll.bottom; in OnMouseWheel()
1341 CPDF_Rect rcScroll = m_pContents->GetScrollArea(); in OnNotify() local
1344 sInfo.fContentMin = rcScroll.bottom; in OnNotify()
[all …]