Home
last modified time | relevance | path

Searched refs:setTotalFrames (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dset_total_frames.cpp30 spr->setTotalFrames(m_newFrames); in onExecute()
37 spr->setTotalFrames(m_oldFrames); in onUndo()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dsprite.cpp103 sprite->setTotalFrames(doc::frame_t(1)); in createBasicSprite()
346 setTotalFrames(m_frames+1); in addFrame()
360 setTotalFrames(newTotal); in removeFrame()
363 void Sprite::setTotalFrames(frame_t frames) in setTotalFrames() function in doc::Sprite
H A Dsprite.h127 void setTotalFrames(frame_t frames);
H A Dsprite_tests.cpp93 spr->setTotalFrames(3); in TEST()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/animation/stickman/
H A Danimation.h58 void setTotalFrames(int totalFrames);
H A Danimation.cpp92 void Animation::setTotalFrames(int totalFrames) in setTotalFrames() function in Animation
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/stickman/
H A Danimation.h68 void setTotalFrames(int totalFrames);
H A Danimation.cpp95 void Animation::setTotalFrames(int totalFrames) in setTotalFrames() function in Animation
/dports/games/scorched3d/scorched/src/common/3dsparse/
H A DModel.h48 void setTotalFrames(int frames) { totalFrames_ = frames; } in setTotalFrames() function
H A DMSModelFactory.cpp98 model->setTotalFrames(frames); in loadFile()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/file/
H A Dfli_format.cpp92 sprite->setTotalFrames(frame_t(header.frames)); in onLoad()
162 sprite->setTotalFrames(frame_out); in onLoad()
H A Dwebp_format.cpp162 sprite->setTotalFrames(anim_info.frame_count); in onLoad()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DGraphicsStats.php129 public function setTotalFrames($totalFrames) function in Google_Service_ToolResults_GraphicsStats
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ToolResults/
H A DGraphicsStats.php129 public function setTotalFrames($totalFrames) function in Google_Service_ToolResults_GraphicsStats
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Dread_document.cpp230 spr->setTotalFrames(nframes); in readSprite()
331 m_sprite->setTotalFrames(cel->frame()+1); in readLayer()
472 spr->setTotalFrames(frame); in read_document_with_raw_images()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_api.h60 void setTotalFrames(Sprite* sprite, frame_t frames);
H A Ddoc.cpp398 spriteCopy->setTotalFrames(sourceSprite->totalFrames()); in duplicate()
H A Ddoc_api.cpp232 void DocApi::setTotalFrames(Sprite* sprite, frame_t frames) in setTotalFrames() function in app::DocApi
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_import_sprite_sheet.cpp414 api.setTotalFrames(sprite, frame_t(animation.size())); in onExecute()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/animation/stickman/
H A Dstickman.py401 def setTotalFrames(self, totalFrames): member in Animation

123