Home
last modified time | relevance | path

Searched defs:smoothMove (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/okular/okular-21.12.3/part/
H A Dpageview.cpp1404 void PageView::notifyViewportChanged(bool smoothMove) in notifyViewportChanged()
1409 void PageView::slotRealNotifyViewportChanged(bool smoothMove) in slotRealNotifyViewportChanged()
4125 void PageView::center(int cx, int cy, bool smoothMove) in center()
4130 void PageView::scrollTo(int x, int y, bool smoothMove) in scrollTo()
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.cpp3457 …const DocumentViewport &viewport, DocumentObserver *excludeObserver, bool smoothMove, bool updateH… in setViewportWithHistory()
3506 void Document::setViewportPage(int page, DocumentObserver *excludeObserver, bool smoothMove) in setViewportPage()
3518 …::setViewport(const DocumentViewport &viewport, DocumentObserver *excludeObserver, bool smoothMove) in setViewport()