MCPcopy Create free account
hub / github.com/comaps/comaps / GetScreen

Method GetScreen

libs/drape_frontend/animation_system.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool AnimationSystem::GetScreen(ScreenBase const & currentScreen, ScreenBase & screen)
73{
74 return GetScreen(currentScreen, std::bind(&AnimationSystem::GetProperty, this, _1, _2, _3), screen);
75}
76
77void AnimationSystem::GetTargetScreen(ScreenBase const & currentScreen, ScreenBase & screen)
78{

Callers 1

ApplyAnimationsMethod · 0.80

Calls 5

ASSERTFunction · 0.85
GlobalZeroMethod · 0.80
SetFromParamsMethod · 0.80
GetScaleMethod · 0.45
GetAngleMethod · 0.45

Tested by

no test coverage detected