Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_range_ops.cpp39 const SelectedFrames& srcFrames, in move_or_copy_cels()
86 const SelectedFrames& srcFrames = srcRange.selectedFrames(); in move_or_copy_frames() local
361 auto srcFrames = from.selectedFrames().makeReverse(); in drop_range_op() local
367 const auto& srcFrames = from.selectedFrames(); in drop_range_op() local
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DTestAudioCompactor.cpp95 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/www/firefox/firefox-99.0/dom/media/gtest/
H A DTestAudioCompactor.cpp95 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/
H A DTestAudioCompactor.cpp95 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gtest/
H A DTestAudioCompactor.cpp108 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gtest/
H A DTestAudioCompactor.cpp109 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gtest/
H A DTestAudioCompactor.cpp94 const uint32_t srcFrames = srcSamples / channels; in TEST() local
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_animation_utils.cpp254 KUndo2Command* createMoveKeyframesCommand(const FrameItemList &srcFrames, in createMoveKeyframesCommand()