Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/gr/gtk/
H A Dgr_UnixCairoGraphics.cpp449 bool bEnableSmooth = XAP_App::getApp()->isSmoothScrollingEnabled(); in scroll() local
450 bEnableSmooth = bEnableSmooth && (iddy < 30) && (ddx == 0); in scroll()
451 if(bEnableSmooth) in scroll()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_App.cpp321 bool bEnableSmooth = true; in initialize() local
322 getPrefsValueBool(XAP_PREF_KEY_EnableSmoothScrolling, &bEnableSmooth); in initialize()
323 if(bEnableSmooth) in initialize()