Home
last modified time | relevance | path

Searched defs:animationProgress (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderProgress.cpp65 double RenderProgress::animationProgress() const in animationProgress() function in WebCore::RenderProgress
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/group/
H A Dcairo.c562 double animationProgress; in groupRenderTabBarBackground() local
583 double animationProgress; in groupRenderTabBarBackground() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DPageOverlay.cpp151 float animationProgress = (currentTime() - m_fadeAnimationStartTime) / m_fadeAnimationDuration; in fadeAnimationTimerFired() local
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DTabStrip.cs765 …eButton (Context context, Gdk.Point center, bool hovered, double opacity, double animationProgress) in DrawCloseButton()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dwelcomepagehelper.cpp489 float animationProgress = 0; // Linear increase from 0.0 to 1.0 during hover animation in paint() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/effects/
H A Dsend_action_animations.cpp582 const auto animationProgress = std::min(progress, 1.); in paint() local
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/player/
H A DScenePlayer.cpp194 animationProgress; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/
H A DToolbarPhone.java1223 void drawTabSwitcherAnimationOverlay(Canvas canvas, float animationProgress) { in drawTabSwitcherAnimationOverlay()