Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_send_action.h22 struct AnimationUpdate { struct
39 -> rpl::producer<AnimationUpdate>; argument
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Danimation.c66 void AnimationUpdate(Animation *a, const float ticks) in AnimationUpdate() function
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dmediaiconservice.cpp86 void MediaIconService::AnimationUpdate() { in AnimationUpdate() function in MediaIconService
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_state.h123 CSSAnimationUpdate& AnimationUpdate() { return animation_update_; } in AnimationUpdate() function
124 const CSSAnimationUpdate& AnimationUpdate() const { in AnimationUpdate() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_state.h113 CSSAnimationUpdate& AnimationUpdate() { return animation_update_; } in AnimationUpdate() function
114 const CSSAnimationUpdate& AnimationUpdate() const { in AnimationUpdate() function
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Danimation.rs661 pub enum AnimationUpdate { enum
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_top_bar_widget.cpp143 using AnimationUpdate = Data::SendActionManager::AnimationUpdate; typedef
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DReaderView.java3935 private class AnimationUpdate { class in ReaderView
3945 public AnimationUpdate(int x, int y) { in AnimationUpdate() method in ReaderView.AnimationUpdate