Home
last modified time | relevance | path

Searched refs:animation2 (Results 1 – 25 of 79) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qpauseanimation/
H A Dtst_qpauseanimation.cpp179 TestablePauseAnimation animation2; in multiplePauseAnimations() local
180 animation2.setDuration(800); in multiplePauseAnimations()
183 animation2.start(); in multiplePauseAnimations()
194 QCOMPARE(animation2.m_updateCurrentTimeCount, 2); in multiplePauseAnimations()
204 QCOMPARE(animation2.m_updateCurrentTimeCount, 3); in multiplePauseAnimations()
261 TestablePauseAnimation animation2(&group); in sequentialPauseGroup() local
262 animation2.setDuration(200); in sequentialPauseGroup()
268 QCOMPARE(animation2.m_updateCurrentTimeCount, 0); in sequentialPauseGroup()
278 QCOMPARE(animation2.m_updateCurrentTimeCount, 1); in sequentialPauseGroup()
366 animation2.setEndValue(43); in multipleSequentialGroups()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/py_lib/seqan/dox/tpl/lib/3L/assets/animations/
H A Danimation2.less1 @-webkit-keyframes animation2 {.animation2;}
2 @-o-keyframes animation2 {.animation2;}
3 @keyframes animation2 {.animation2;}
/dports/biology/seqan/seqan-library-2.4.0/share/doc/seqan/html/lib/3L/assets/animations/
H A Danimation2.less1 @-webkit-keyframes animation2 {.animation2;}
2 @-o-keyframes animation2 {.animation2;}
3 @keyframes animation2 {.animation2;}
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/teenagent/
H A Ddialog.cpp30 void Dialog::show(uint16 dialogNum, Scene *scene, uint16 animation1, uint16 animation2, byte color1… in show() argument
40 show(scene, addr, animation1, animation2, color1, color2, slot1, slot2); in show()
43 void Dialog::show(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byt… in show() argument
44 …C(0, kDebugDialog, "Dialog::show(%04x, %u:%u, %u:%u)", addr, slot1, animation1, slot2, animation2); in show()
56 if (animation2 != 0) { in show()
58 e2.animation = animation2; in show()
85 e2.animation = animation2; in show()
136 uint16 Dialog::pop(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, by… in pop() argument
137 …gC(0, kDebugDialog, "Dialog::pop(%04x, %u:%u, %u:%u)", addr, slot1, animation1, slot2, animation2); in pop()
146 show(scene, next, animation1, animation2, color1, color2, slot1, slot2); in pop()
H A Ddialog.h64 …uint16 pop(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byte colo…
70 …void show(uint16 dialogNum, Scene *scene, uint16 animation1, uint16 animation2, byte color1, byte …
83 …void show(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byte color…
/dports/games/scummvm/scummvm-2.5.1/engines/teenagent/
H A Ddialog.cpp30 void Dialog::show(uint16 dialogNum, Scene *scene, uint16 animation1, uint16 animation2, byte color1… in show() argument
40 show(scene, addr, animation1, animation2, color1, color2, slot1, slot2); in show()
43 void Dialog::show(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byt… in show() argument
44 …C(0, kDebugDialog, "Dialog::show(%04x, %u:%u, %u:%u)", addr, slot1, animation1, slot2, animation2); in show()
56 if (animation2 != 0) { in show()
58 e2.animation = animation2; in show()
85 e2.animation = animation2; in show()
139 uint16 Dialog::pop(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, by… in pop() argument
140 …gC(0, kDebugDialog, "Dialog::pop(%04x, %u:%u, %u:%u)", addr, slot1, animation1, slot2, animation2); in pop()
149 show(scene, next, animation1, animation2, color1, color2, slot1, slot2); in pop()
H A Ddialog.h64 …uint16 pop(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byte colo…
70 …void show(uint16 dialogNum, Scene *scene, uint16 animation1, uint16 animation2, byte color1, byte …
83 …void show(Scene *scene, uint16 addr, uint16 animation1, uint16 animation2, byte color1, byte color…
/dports/graphics/vcg/vcg.1.30/demo/
H A DMakefile110 CFILES = animation1.c animation2.c pbmrot90.c pbmshift.c vcgdemomaker.c \
126 OFILES = animation1.o animation2.o pbmrot90.o pbmshift.o vcgdemomaker.o \
136 all: animation1 animation2 animation3 pbmrot90 pbmshift vcgdemomaker pbm2hp \
142 animation2: animation2.o target
143 $(CCLINK) $(CLINKFLAGS) animation2 animation2.o
H A DREADME19 animation2.c - a second example of an animation
20 animation2 - the corresponding binary
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Insert Menu/
H A DAnimation.pov22 #case(20) #declare Txt_Path="20 - animation2 ini_file.txt" #break
23 #case(21) #declare Txt_Path="21 - animation2 scene_file.txt" #break
50 #if (Typ=20) // In_Path,"20 - animation2 ini_file.txt"
80 #if (Typ=21) // In_Path,"21 - animation2 scene_file."
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Animation/AnimatedSprite/
H A DAnimatedSprite.pde12 Animation animation1, animation2;
21 animation2 = new Animation("PT_Teddy_", 60);
37 animation2.display(xpos-animation1.getWidth()/2, ypos);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Animation/AnimatedSprite/
H A DAnimatedSprite.pde12 Animation animation1, animation2;
21 animation2 = new Animation("PT_Teddy_", 60);
37 animation2.display(xpos-animation1.getWidth()/2, ypos);
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/
H A Dimport_widget.cpp69 QPropertyAnimation *animation2 = new QPropertyAnimation(effect, "opacity"); in YACReaderActivityIndicatorWidget() local
71 animation2->setDuration(1000); in YACReaderActivityIndicatorWidget()
72 animation2->setStartValue(0); in YACReaderActivityIndicatorWidget()
73 animation2->setEndValue(1); in YACReaderActivityIndicatorWidget()
78 connect(animation, SIGNAL(finished()), animation2, SLOT(start())); in YACReaderActivityIndicatorWidget()
79 connect(animation2, SIGNAL(finished()), animation, SLOT(start())); in YACReaderActivityIndicatorWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/animation/
H A Danimation_container_unittest.cc98 TestAnimation animation2(&delegate2); in TEST_F() local
100 animation2.SetContainer(container.get()); in TEST_F()
105 animation2.Start(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/animation/
H A Danimation_container_unittest.cc98 TestAnimation animation2(&delegate2); in TEST_F() local
100 animation2.SetContainer(container.get()); in TEST_F()
105 animation2.Start(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Deffect_stack.cc94 Animation* animation2 = sampled_effect2->Effect()->GetAnimation(); in CompareSampledEffects() local
95 if (animation1 && animation2) { in CompareSampledEffects()
97 animation1, animation2, in CompareSampledEffects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Deffect_stack.cc94 Animation* animation2 = sampled_effect2->Effect()->GetAnimation(); in CompareSampledEffects() local
95 if (animation1 && animation2) { in CompareSampledEffects()
97 animation1, animation2, in CompareSampledEffects()
H A Dcompositor_animations_test.cc1006 Animation* animation2 = timeline_->Play(keyframe_effect2); in TEST_P() local
1016 animation2, *effect2) & in TEST_P()
1080 Animation* animation2 = timeline_->Play(keyframe_effect2); in TEST_P() local
1084 animation2, *effect2) & in TEST_P()
1125 Animation* animation2 = timeline_->Play(keyframe_effect2); in TEST_P() local
1163 Animation* animation2 = timeline_->Play(keyframe_effect2); in TEST_P() local
1170 animation2, *effect2, in TEST_P()
1855 Animation* animation2 = timeline_->Play(keyframe_effect2); in TEST_P() local
1861 EXPECT_FALSE(animation2->HasActiveAnimationsOnCompositor()); in TEST_P()
1865 animation2->CancelIncompatibleAnimationsOnCompositor(); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_unittest.cc233 scoped_refptr<Animation> animation2 = in TEST_F() local
241 timeline_->AttachAnimation(animation2); in TEST_F()
245 animation2->set_animation_delegate(&delegate2); in TEST_F()
249 animation2->AttachElement(element_id_); in TEST_F()
261 AddAnimatedTransformToAnimation(animation2.get(), duration, transform_x, in TEST_F()
284 EXPECT_FALSE(animation2->keyframe_effect()->needs_push_properties()); in TEST_F()
293 EXPECT_TRUE(animation2->keyframe_effect()->needs_push_properties()); in TEST_F()
H A Danimation_timeline_unittest.cc83 scoped_refptr<Animation> animation2(Animation::Create(animation_id2)); in TEST() local
84 timeline->AttachAnimation(animation2.get()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_unittest.cc233 scoped_refptr<Animation> animation2 = in TEST_F() local
241 timeline_->AttachAnimation(animation2); in TEST_F()
245 animation2->set_animation_delegate(&delegate2); in TEST_F()
249 animation2->AttachElement(element_id_); in TEST_F()
261 AddAnimatedTransformToAnimation(animation2.get(), duration, transform_x, in TEST_F()
284 EXPECT_FALSE(animation2->keyframe_effect()->needs_push_properties()); in TEST_F()
293 EXPECT_TRUE(animation2->keyframe_effect()->needs_push_properties()); in TEST_F()
H A Danimation_timeline_unittest.cc83 scoped_refptr<Animation> animation2(Animation::Create(animation_id2)); in TEST() local
84 timeline->AttachAnimation(animation2.get()); in TEST()
/dports/net-im/ricochet/ricochet-1.1.4/src/ui/qml/
H A DOfflineStateItem.qml51 animation2.from = -indicator.width
52 animation2.to = offlineState.width
66 id: animation2
/dports/games/sdb/sdb-1.0.2/src/
H A Dmd2.cpp238 tAnimationInfo animation, animation2; in ParseAnimations() local
278 strcpy(animation2.strName, strName.c_str()); in ParseAnimations()
279 animation2.startFrame = pModel->numOfObjects-1; in ParseAnimations()
280 animation2.endFrame = pModel->numOfObjects; in ParseAnimations()
281 pModel->pAnimations.push_back(animation2); in ParseAnimations()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdoc/examples/demos/coffee/
H A DCoffeeButton.qml70 animation2.start()
109 id: animation2

1234