MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / dirtyRect

Method dirtyRect

src/ui/manager.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void Manager::dirtyRect(const gfx::Rect& bounds)
1012{
1013 m_dirtyRegion.createUnion(m_dirtyRegion, gfx::Region(bounds));
1014}
1015
1016/* configures the window for begin the loop */
1017void Manager::_openWindow(Window* window)

Callers 4

move_regionFunction · 0.80
drawOverlayMethod · 0.80
restoreOverlappedAreaMethod · 0.80
~GraphicsMethod · 0.80

Calls 2

RegionClass · 0.70
createUnionMethod · 0.45

Tested by

no test coverage detected