MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / schedule_paint_for

Method schedule_paint_for

modules/gui/gui/src/framework/build_owner.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 _nodes_needing_layout.add(node);
23}
24void BuildOwner::schedule_paint_for(NotNull<RenderObject*> node) SKR_NOEXCEPT
25{
26 _nodes_needing_paint.add(node);
27}
28
29// flush
30void BuildOwner::flush_build() SKR_NOEXCEPT

Callers 2

mark_needs_paintMethod · 0.80
prepare_initial_frameMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected