Home
last modified time | relevance | path

Searched refs:anim2 (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qparallelanimationgroup/
H A Dtst_qparallelanimationgroup.cpp403 TestAnimation anim2; in propagateGroupUpdateToChildren() local
525 TestAnimation anim2; in startChildrenWithStoppedGroup() local
544 anim2.start(); in startChildrenWithStoppedGroup()
545 anim2.pause(); in startChildrenWithStoppedGroup()
562 TestAnimation anim2; in stopGroupWithRunningChild() local
575 anim2.start(); in stopGroupWithRunningChild()
576 anim2.pause(); in stopGroupWithRunningChild()
589 anim2.stop(); in stopGroupWithRunningChild()
624 anim2.start(); in startGroupWithRunningChild()
625 anim2.pause(); in startGroupWithRunningChild()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/animation/sequential/
H A Dmain.cpp70 QPropertyAnimation *anim2 = new QPropertyAnimation(label2, "pos"); in main() local
71 anim2->setDuration(2500); in main()
72 anim2->setStartValue(QPoint(320, 16)); in main()
73 anim2->setEndValue(QPoint(640, 16)); in main()
77 group.addAnimation(anim2); in main()
83 QObject::connect(anim2, SIGNAL(valueChanged(QVariant)), in main()
86 QObject::connect(anim2, SIGNAL(finished()), &tracer, SLOT(checkValue())); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qsequentialanimationgroup/
H A Dtst_qsequentialanimationgroup.cpp1071 TestAnimation anim2; in propagateGroupUpdateToChildren() local
1072 anim2.setStartValue(0); in propagateGroupUpdateToChildren()
1193 TestAnimation anim2; in startChildrenWithStoppedGroup() local
1212 anim2.start(); in startChildrenWithStoppedGroup()
1213 anim2.pause(); in startChildrenWithStoppedGroup()
1230 TestAnimation anim2; in stopGroupWithRunningChild() local
1243 anim2.start(); in stopGroupWithRunningChild()
1244 anim2.pause(); in stopGroupWithRunningChild()
1257 anim2.stop(); in stopGroupWithRunningChild()
1292 anim2->start(); in startGroupWithRunningChild()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/examples/doublebuffer/
H A DMakefile1 all: parameters anim anim2
11 anim2:: target
12 gnatmake $(GNAT_FLAGS) anim2 `gtkada-config`
15 ${RM} *.o *.ali anim parameters anim2
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/scroll-animations/css/
H A Danimation-shorthand.html.ini2 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
8 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
14 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
20 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
23 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
26 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
29 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
32 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
38 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
41 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/scroll-animations/css/
H A Danimation-shorthand.html.ini2 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
8 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
14 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
20 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
23 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
26 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
29 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
32 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
38 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
41 …rwards paused anim1 timeline,\\n 1s linear 1s 2 reverse forwards paused anim2 none,\\n 1s line…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationsolid/
H A Dosganimationsolid.cpp128 osgAnimation::Animation* anim2 = new osgAnimation::Animation; in main() local
129 anim2->addChannel(channelAnimation2); in main()
130 anim2->setPlayMode(osgAnimation::Animation::LOOP); in main()
135 mng->registerAnimation(anim2); in main()
139 mng->playAnimation(anim2); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationsolid/
H A Dosganimationsolid.cpp128 osgAnimation::Animation* anim2 = new osgAnimation::Animation; in main() local
129 anim2->addChannel(channelAnimation2); in main()
130 anim2->setPlayMode(osgAnimation::Animation::LOOP); in main()
135 mng->registerAnimation(anim2); in main()
139 mng->playAnimation(anim2); in main()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Dgrant_peace_process.cpp200 ProcId anim2 = avatar->doAnim(Animation::cast3, dir_current); in I_castGrantPeace() local
201 Process *anim2p = Kernel::get_instance()->getProcess(anim2); in I_castGrantPeace()
208 anim3p->waitFor(anim2); in I_castGrantPeace()
209 gpp->waitFor(anim2); in I_castGrantPeace()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/
H A Dkeyframeimport.cpp578 anim2->interpolate(); in selectedData()
583 if (anim2->is_key(0)) { in selectedData()
587 anim2->remove(0); in selectedData()
602 anim2->interpolate(); in selectedData()
613 anim2->interpolate(); in selectedData()
628 anim2->interpolate(); in selectedData()
633 if (anim2->is_key(0)) { in selectedData()
637 anim2->remove(0); in selectedData()
652 anim2->interpolate(); in selectedData()
662 anim2->interpolate(); in selectedData()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/anim/anim2/
H A Danim2_gateway.sce12 demo_run("SCI/modules/graphics/demos/anim/anim2/anim2.sce");
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/vehicles/grinning-robot/
H A Dexplosion2.cfg4 on_end_normal_anim: "animation('anim2')",
18 id: "anim2",
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/sub-attaq/
H A Dboat.cpp74 QPropertyAnimation *anim2 = new QPropertyAnimation(step, "opacity"); in setupDestroyAnimation() local
75 anim2->setEndValue(0); in setupDestroyAnimation()
76 anim2->setDuration(100); in setupDestroyAnimation()
77 group->addAnimation(anim2); in setupDestroyAnimation()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/sub-attaq/
H A Dboat.cpp82 QPropertyAnimation *anim2 = new QPropertyAnimation(step, "opacity"); in setupDestroyAnimation() local
83 anim2->setEndValue(0); in setupDestroyAnimation()
84 anim2->setDuration(100); in setupDestroyAnimation()
85 group->addAnimation(anim2); in setupDestroyAnimation()
/dports/games/py-fife/fifengine-0.4.2/tests/swig_tests/
H A Dmodel_tests.py149 self.anim2 = self.engine.getAnimationManager().create("2")
156 self.runaction.get2dGfxVisual().addAnimation(180, self.anim2)
160 self.walkaction.get2dGfxVisual().addAnimation(200, self.anim2)
188 136).getHandle(), self.anim2.getHandle())
244 199).getHandle(), self.anim2.getHandle())
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_9052.tst24 path_demo = fullfile(SCI,"modules","graphics","demos","anim","anim2","anim2.sce");
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qanimationgroup/
H A Dtst_qanimationgroup.cpp392 QPropertyAnimation anim2(&o, "ole"); in loopWithoutStartValue() local
393 anim2.setEndValue(50); in loopWithoutStartValue()
394 anim2.setDuration(100); in loopWithoutStartValue()
397 parent->addAnimation(&anim2); in loopWithoutStartValue()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bbvs/minigames/
H A Dbbant.h52 const ObjAnimation *anim2; member
66 const ObjAnimation *anim2; member
/dports/games/scummvm/scummvm-2.5.1/engines/bbvs/minigames/
H A Dbbant.h52 const ObjAnimation *anim2; member
66 const ObjAnimation *anim2; member
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/frameworks-technologies/
H A Danimation.qdoc276 QPropertyAnimation *anim2 = new QPropertyAnimation(clyde, "geometry");
277 // Set up anim2
281 group->addAnimation(anim2);
299 QPropertyAnimation anim2(&button, "geometry");
300 anim2.setDuration(3000);
301 anim2.setStartValue(QRect(500, 500, 100, 30));
302 anim2.setEndValue(QRect(1000, 500, 100, 30));
307 group.addAnimation(&anim2);
/dports/comms/gnokii/gnokii-0.6.31/testsuite/data/
H A DMakefile.am1 EXTRA_DIST = anim1.xpm anim2.xpm anim3.xpm anim4.xpm
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_animation_qparallelanimationgroup.cpp54 group->addAnimation(anim2);
H A Dsrc_corelib_animation_qsequentialanimationgroup.cpp55 group->addAnimation(anim2);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_animation_qparallelanimationgroup.cpp54 group->addAnimation(anim2);
H A Dsrc_corelib_animation_qsequentialanimationgroup.cpp55 group->addAnimation(anim2);

123456789