Home
last modified time | relevance | path

Searched refs:new_animation (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_objects/
H A Dmap_physical_object.cpp71 vt_video::AnimatedImage new_animation; in AddAnimation() local
72 if(!new_animation.LoadFromAnimationScript(animation_filename)) { in AddAnimation()
77 new_animation.SetDimensions(_img_screen_half_width * 2, _img_screen_height); in AddAnimation()
79 _animations.push_back(new_animation); in AddAnimation()
85 vt_video::AnimatedImage new_animation; in AddStillFrame() local
87 if (!new_animation.AddFrame(image_filename, 0)) { in AddStillFrame()
92 new_animation.SetDimensions(_img_screen_half_width * 2, _img_screen_height); in AddStillFrame()
94 _animations.push_back(new_animation); in AddStillFrame()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DAnimationsManager.cpp173 auto file_id = new_animation->file_id; in on_get_animation()
177 << new_animation->dimensions; in on_get_animation()
179 a = std::move(new_animation); in on_get_animation()
196 a->duration = new_animation->duration; in on_get_animation()
219 if (a->has_stickers != new_animation->has_stickers && new_animation->has_stickers) { in on_get_animation()
222 …if (a->sticker_file_ids != new_animation->sticker_file_ids && !new_animation->sticker_file_ids.emp… in on_get_animation()
263 auto &new_animation = animations_[new_id]; in dup_animation() local
264 CHECK(!new_animation); in dup_animation()
266 new_animation->file_id = new_id; in dup_animation()
267new_animation->thumbnail.file_id = td_->file_manager_->dup_file_id(new_animation->thumbnail.file_i… in dup_animation()
[all …]
H A DAnimationsManager.h116 FileId on_get_animation(unique_ptr<Animation> new_animation, bool replace);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h117 RunningAnimation(Animation* animation, NewCSSAnimation new_animation) in RunningAnimation() argument
119 name(new_animation.name), in RunningAnimation()
120 name_index(new_animation.name_index), in RunningAnimation()
121 specified_timing(new_animation.timing), in RunningAnimation()
122 style_rule(new_animation.style_rule), in RunningAnimation()
123 style_rule_version(new_animation.style_rule_version), in RunningAnimation()
124 play_state_list(new_animation.play_state_list) {} in RunningAnimation()
H A Dcss_animations.cc535 for (const auto& new_animation : update.NewAnimations()) in SnapshotCompositorKeyframes() local
536 snapshot(new_animation.effect.Get()); in SnapshotCompositorKeyframes()
1107 for (const auto& new_animation : update.NewAnimations()) in CalculateAnimationActiveInterpolations() local
1108 new_effects.push_back(new_animation.effect); in CalculateAnimationActiveInterpolations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h123 RunningAnimation(Animation* animation, NewCSSAnimation new_animation) in RunningAnimation() argument
125 name(new_animation.name), in RunningAnimation()
126 name_index(new_animation.name_index), in RunningAnimation()
127 specified_timing(new_animation.timing), in RunningAnimation()
128 style_rule(new_animation.style_rule), in RunningAnimation()
129 style_rule_version(new_animation.style_rule_version), in RunningAnimation()
130 play_state_list(new_animation.play_state_list) {} in RunningAnimation()
H A Dcss_animations.cc878 for (const auto& new_animation : update.NewAnimations()) in SnapshotCompositorKeyframes() local
879 snapshot(new_animation.effect.Get()); in SnapshotCompositorKeyframes()
1539 for (const auto& new_animation : update.NewAnimations()) in CalculateAnimationActiveInterpolations() local
1540 new_effects.push_back(new_animation.effect); in CalculateAnimationActiveInterpolations()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_tiles.cpp268 AnimatedImage *new_animation = new AnimatedImage(); in Load() local
269 new_animation->SetDimensions(TILE_LENGTH, TILE_LENGTH); in Load()
273new_animation->AddFrame(tileset_images[i][animation_info[k]], animation_info[k + 1]); in Load()
275 tile_animations.insert(std::make_pair(first_frame_index, new_animation)); in Load()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_tiles.cpp272 AnimatedImage* new_animation = new AnimatedImage(); in Load() local
273 new_animation->SetDimensions(2.0f, 2.0f); in Load()
277 new_animation->AddFrame(tileset_images[i][animation_info[k]], animation_info[k+1]); in Load()
279 tile_animations.insert(make_pair(first_frame_index, new_animation)); in Load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Deffect_stack.cc79 for (const auto& new_animation : new_animations) { in CopyNewAnimationsToActiveInterpolationsMap() local
81 new_animation->Sample(sample); in CopyNewAnimationsToActiveInterpolationsMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Deffect_stack.cc79 for (const auto& new_animation : new_animations) { in CopyNewAnimationsToActiveInterpolationsMap() local
81 new_animation->Sample(sample); in CopyNewAnimationsToActiveInterpolationsMap()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Eastern_Invasion/utils/
H A Danimations.cfg99 apply_to=new_animation
127 apply_to=new_animation
226 apply_to=new_animation
/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dmove.cpp275 inline void handle_fog(const map_location & hex, bool new_animation);
561 bool new_animation) in handle_fog() argument
566 !new_animation) ) in handle_fog()
989 bool new_animation = do_move(step_from, real_end_, animator); in try_actual_movement() local
992 handle_fog(*real_end_, new_animation); in try_actual_movement()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Danimation.rs1411 let mut new_animation = Animation { in maybe_start_animations() localVariable
1429 while starting_progress > 1. && !new_animation.on_last_iteration() { in maybe_start_animations()
1430 new_animation.iterate(); in maybe_start_animations()
1442 if new_animation.name == existing_animation.name { in maybe_start_animations()
1444 .update_from_other(&new_animation, context.current_time_for_animations); in maybe_start_animations()
1449 animation_state.animations.push(new_animation); in maybe_start_animations()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Danimation.rs1413 let mut new_animation = Animation { in maybe_start_animations() localVariable
1431 while starting_progress > 1. && !new_animation.on_last_iteration() { in maybe_start_animations()
1432 new_animation.iterate(); in maybe_start_animations()
1444 if new_animation.name == existing_animation.name { in maybe_start_animations()
1446 .update_from_other(&new_animation, context.current_time_for_animations); in maybe_start_animations()
1451 animation_state.animations.push(new_animation); in maybe_start_animations()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Danimation.rs1411 let mut new_animation = Animation { in maybe_start_animations() localVariable
1429 while starting_progress > 1. && !new_animation.on_last_iteration() { in maybe_start_animations()
1430 new_animation.iterate(); in maybe_start_animations()
1442 if new_animation.name == existing_animation.name { in maybe_start_animations()
1444 .update_from_other(&new_animation, context.current_time_for_animations); in maybe_start_animations()
1449 animation_state.animations.push(new_animation); in maybe_start_animations()
/dports/games/wesnoth/wesnoth-1.14.17/data/core/macros/
H A Dteleport-utils.cfg218 apply_to=new_animation
245 apply_to=new_animation
H A Ditems.cfg492 apply_to=new_animation
560 apply_to=new_animation
/dports/games/julius/julius-1.7.0/src/window/editor/
H A Dempire.c157 int new_animation = empire_object_update_animation(obj, image_id); in draw_empire_object() local
158 image_draw(image_id + new_animation, in draw_empire_object()
/dports/games/augustus/augustus-3.1.0/src/window/editor/
H A Dempire.c157 int new_animation = empire_object_update_animation(obj, image_id); in draw_empire_object() local
158 image_draw(image_id + new_animation, in draw_empire_object()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/The_Hammer_of_Thursagan/utils/
H A Dmacros.cfg131 apply_to=new_animation
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dempire.c375 int new_animation = empire_object_update_animation(obj, image_id); in draw_empire_object() local
376 image_draw(image_id + new_animation, in draw_empire_object()
/dports/games/julius/julius-1.7.0/src/window/
H A Dempire.c375 int new_animation = empire_object_update_animation(obj, image_id); in draw_empire_object() local
376 image_draw(image_id + new_animation, in draw_empire_object()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/The_Rise_Of_Wesnoth/scenarios/
H A D12_A_Final_Spring.cfg268 apply_to=new_animation
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/tutorial/scenarios/
H A D01_Tutorial_part_1.cfg86 apply_to=new_animation

12