Home
last modified time | relevance | path

Searched refs:get_animation_duration (Results 1 – 9 of 9) sorted by relevance

/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/widgets/
H A Dlaunchers.cpp179 static int get_animation_duration(int start, int end, int scale) in get_animation_duration() function
191 int duration = get_animation_duration( in on_enter()
203 int duration = get_animation_duration( in on_leave()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Danimated.hpp94 int get_animation_duration() const;
H A Danimated.tpp125 start_tick_ += std::max<int>(static_cast<int>(get_animation_duration() / acceleration_), 1);
246 inline int animated<T, T_void_value>::get_animation_duration() const
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Danimation.cpp514 …animations.back().unit_anim_.override(0, animations.back().unit_anim_.get_animation_duration(),par… in fill_initial_animations()
551 animations.back().unit_anim_.override(0, animations.back().unit_anim_.get_animation_duration(), in fill_initial_animations()
577 …animations.back().unit_anim_.override(0, animations.back().unit_anim_.get_animation_duration(), pa… in fill_initial_animations()
905 if(get_animation_duration() < duration) { in override()
906 add_frame(duration -get_animation_duration(), get_last_frame()); in override()
907 } else if(get_animation_duration() > duration) { in override()
950 parameters_ = frame_parsed_parameters(frame_builder(cfg,frame_string), get_animation_duration()); in particle()
1289 parameters_.override(get_animation_duration()); in start_animation()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DAnimationsManager.h33 int32 get_animation_duration(FileId file_id) const;
H A DAnimationsManager.cpp147 int32 AnimationsManager::get_animation_duration(FileId file_id) const { in get_animation_duration() function in td::AnimationsManager
H A DMessageContent.cpp5081 return td->animations_manager_->get_animation_duration(animation_file_id); in get_message_content_duration()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Dpaginator.rs60 fn get_animation_duration(&self) -> u32; in get_animation_duration() method
159 fn get_animation_duration(&self) -> u32 { in get_animation_duration() method
/dports/games/wesnoth/wesnoth-1.14.17/src/terrain/
H A Dbuilder.cpp167 assert(anim.get_animation_duration() != 0); in rebuild_cache()
170 img_list.back().set_animation_time(ri.rand % img_list.back().get_animation_duration()); in rebuild_cache()