Home
last modified time | relevance | path

Searched refs:setFrames (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditabletile.h47 Q_PROPERTY(QJSValue frames READ frames WRITE setFrames)
100 void setFrames(QJSValue value);
H A Dtileanimationeditor.cpp70 void setFrames(const Tileset *tileset, const QVector<Frame> &frames);
241 void FrameListModel::setFrames(const Tileset *tileset, in setFrames() function in Tiled::FrameListModel
365 mFrameListModel->setFrames(tile->tileset(), tile->frames()); in setTile()
367 mFrameListModel->setFrames(nullptr, QVector<Frame>()); in setTile()
449 mFrameListModel->setFrames(tile->tileset(), tile->frames()); in tileAnimationChanged()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dpeople.cpp187 void OnScreenPerson::setFrames(int a) { in setFrames() function in Sludge::OnScreenPerson
192 setFrames(ANI_TALK); in makeTalker()
196 setFrames(ANI_STAND); in makeSilent()
576 thisPerson->setFrames(ANI_WALK); in walkMe()
597 thisPerson->setFrames(ANI_STAND); in walkMe()
649 moveMe->setFrames(ANI_STAND); in stopPerson()
724 thisPerson->setFrames(ANI_STAND); in walkAllPeople()
767 newPerson->setFrames(ANI_STAND); in addPerson()
817 moveMe->setFrames(ANI_WALK); in animatePerson()
819 moveMe->setFrames(ANI_STAND); in animatePerson()
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dpeople.cpp181 void OnScreenPerson::setFrames(int a) { in setFrames() function in Sludge::OnScreenPerson
186 setFrames(ANI_TALK); in makeTalker()
190 setFrames(ANI_STAND); in makeSilent()
569 thisPerson->setFrames(ANI_WALK); in walkMe()
590 thisPerson->setFrames(ANI_STAND); in walkMe()
642 moveMe->setFrames(ANI_STAND); in stopPerson()
717 thisPerson->setFrames(ANI_STAND); in walkAllPeople()
760 newPerson->setFrames(ANI_STAND); in addPerson()
810 moveMe->setFrames(ANI_WALK); in animatePerson()
812 moveMe->setFrames(ANI_STAND); in animatePerson()
/dports/graphics/ming/libming-ming-0_4_8/test/Movie/NumFrames/
H A Dtest01.php5 $m->setFrames(2);
H A Dtest01.py6 m.setFrames(2);
H A Dtest01.pl14 $m->setFrames(2);
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Movie/NumFrames/
H A Dtest01.php5 $m->setFrames(2);
H A Dtest01.py6 m.setFrames(2);
/dports/graphics/py-ming/libming-ming-0_4_8/test/Movie/NumFrames/
H A Dtest01.php5 $m->setFrames(2);
H A Dtest01.py6 m.setFrames(2);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1ExplicitContentAnnotation.php27 public function setFrames($frames) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation
H A DGoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php27 public function setFrames($frames) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
H A DGoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php27 public function setFrames($frames) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
H A DGoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php27 public function setFrames($frames) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
H A DGoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php27 public function setFrames($frames) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
/dports/graphics/ming/libming-ming-0_4_8/test/Movie/nextFrame/
H A Dtest01.php5 $m->setFrames(2);
H A Dtest02.php5 $m->setFrames(2);
H A Dtest02.py6 m.setFrames(2);
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Movie/nextFrame/
H A Dtest01.php5 $m->setFrames(2);
H A Dtest02.php5 $m->setFrames(2);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/
H A DFailureTrace.php27 public function setFrames($frames) function in Google_Service_BigtableAdmin_FailureTrace
/dports/graphics/py-ming/libming-ming-0_4_8/test/Movie/nextFrame/
H A Dtest02.php5 $m->setFrames(2);
H A Dtest01.php5 $m->setFrames(2);
/dports/net-im/chatterino2/chatterino2-2.3.4/src/messages/
H A DImage.cpp308 auto setFrames = [shared = this->shared_from_this(), pixmap]() { in setPixmap() local
315 setFrames(); in setPixmap()
319 postToThread(setFrames); in setPixmap()

12345678910>>...14