Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A DKisStrokeSpeedMonitor.cpp114 void KisStrokeSpeedMonitor::notifyStrokeFinished(qreal cursorSpeed, qreal renderingSpeed, qreal fps… in notifyStrokeFinished() argument
116 if (qFuzzyCompare(cursorSpeed, 0.0) || qFuzzyCompare(renderingSpeed, 0.0)) return; in notifyStrokeFinished()
132 m_d->lastCursorSpeed = cursorSpeed; in notifyStrokeFinished()
138 m_d->lastStrokeSaturated = cursorSpeed / renderingSpeed > (1.0 + saturationSpeedThreshold); in notifyStrokeFinished()
142 m_d->avgCursorSpeed(cursorSpeed); in notifyStrokeFinished()
H A DKisStrokeSpeedMonitor.h52 …void notifyStrokeFinished(qreal cursorSpeed, qreal renderingSpeed, qreal fps, KisPaintOpPresetSP p…
/dports/games/cake/cake_src/cake/
H A Dconsole.h119 float cursorSpeed; /**< blinking cursor speed (number of blink per second) */
H A Dconsole.cpp237 cursorSpeed = 2; in Console()
903 if ((long)(Timer::fTime*cursorSpeed)%2) // -> effet de clignotement du curseur in Update()
1249 cursorSpeed = f; in SetCursorSpeed()