Home
last modified time | relevance | path

Searched refs:ShouldDraw (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dglow_hover_controller.cc34 if (ShouldDraw()) in SetLocation()
66 if (ShouldDraw()) in Hide()
82 bool GlowHoverController::ShouldDraw() const { in ShouldDraw() function in GlowHoverController
H A Dglow_hover_controller.h60 bool ShouldDraw() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Ddisplay_scheduler.cc197 if (ShouldDraw()) in MaybeStartObservingBeginFrames()
219 bool DisplayScheduler::ShouldDraw() const { in ShouldDraw() function in viz::DisplayScheduler
356 if (ShouldDraw()) { in AttemptDrawAndSwap()
H A Ddisplay_scheduler.h90 bool ShouldDraw() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Ddisplay_scheduler.cc197 if (ShouldDraw()) in MaybeStartObservingBeginFrames()
219 bool DisplayScheduler::ShouldDraw() const { in ShouldDraw() function in viz::DisplayScheduler
356 if (ShouldDraw()) { in AttemptDrawAndSwap()
H A Ddisplay_scheduler.h90 bool ShouldDraw() const;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_objects/
H A Dmap_object.cpp73 bool MapObject::ShouldDraw() in ShouldDraw() function in vt_map::private_map::MapObject
227 if (!MapObject::ShouldDraw()) in DrawInteractionIcon()
H A Dmap_halo.cpp65 if(MapObject::ShouldDraw() && _animation.GetCurrentFrame()) in Draw()
H A Dmap_escape_point.cpp86 if(!_animation || !MapObject::ShouldDraw()) in Draw()
H A Dmap_particle.cpp97 if(!_particle_effect || !MapObject::ShouldDraw()) in Draw()
H A Dmap_physical_object.cpp53 if(_animations.empty() || !MapObject::ShouldDraw()) in Draw()
H A Dmap_save_point.cpp88 if(!_animations || !MapObject::ShouldDraw()) in Draw()
H A Dmap_object.h124 bool ShouldDraw();
H A Dmap_light.cpp149 if(!MapObject::ShouldDraw() || !_main_animation.GetCurrentFrame()) in Draw()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_sprites/
H A Dmap_sprite.cpp501 if(!MapObject::ShouldDraw()) in Draw()
517 if(!MapObject::ShouldDraw()) in DrawDialogIcon()
H A Dmap_enemy_sprite.cpp267 if (!MapObject::ShouldDraw() || _state == DEAD) in Draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/scheduler/
H A Dscheduler_state_machine.h370 bool ShouldDraw() const;
H A Dscheduler_state_machine.cc357 bool SchedulerStateMachine::ShouldDraw() const { in ShouldDraw() function in cc::SchedulerStateMachine
673 if (ShouldDraw()) { in NextAction()
H A Dscheduler_state_machine_unittest.cc226 using SchedulerStateMachine::ShouldDraw;
2815 EXPECT_TRUE(state.ShouldDraw()); in TEST()
2819 EXPECT_TRUE(state.ShouldDraw()); in TEST()
2823 EXPECT_TRUE(state.ShouldDraw()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/scheduler/
H A Dscheduler_state_machine.h376 bool ShouldDraw() const;
H A Dscheduler_state_machine.cc358 bool SchedulerStateMachine::ShouldDraw() const { in ShouldDraw() function in cc::SchedulerStateMachine
674 if (ShouldDraw()) { in NextAction()
H A Dscheduler_state_machine_unittest.cc227 using SchedulerStateMachine::ShouldDraw;
2815 EXPECT_TRUE(state.ShouldDraw()); in TEST()
2819 EXPECT_TRUE(state.ShouldDraw()); in TEST()
2823 EXPECT_TRUE(state.ShouldDraw()); in TEST()
2932 EXPECT_FALSE(state.ShouldDraw()); in TEST()
2945 EXPECT_TRUE(state.ShouldDraw()); in TEST()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_objects.h179 bool ShouldDraw();
H A Dmap_sprites.cpp604 if (MapObject::ShouldDraw() == true) { in Draw()
886 if (MapObject::ShouldDraw() == true && _state != DEAD) { in Draw()
H A Dmap_objects.cpp69 bool MapObject::ShouldDraw() { in ShouldDraw() function in hoa_map::private_map::MapObject
173 if (MapObject::ShouldDraw() == true) in Draw()

12