Searched refs:exposeRegion (Results 1 – 4 of 4) sorted by relevance
/haiku/src/servers/app/ |
H A D | Window.h | 148 const BRegion& exposeRegion); 149 void ProcessDirtyRegion(const BRegion& exposeRegion) in ProcessDirtyRegion() argument 150 { ProcessDirtyRegion(exposeRegion, exposeRegion); } in ProcessDirtyRegion() 158 BRegion& exposeRegion);
|
H A D | Desktop.h | 243 void MarkDirty(BRegion& dirtyRegion, BRegion& exposeRegion); 317 BRegion& dirtyRegion, BRegion& exposeRegion);
|
H A D | Window.cpp | 740 Window::ProcessDirtyRegion(const BRegion& dirtyRegion, const BRegion& exposeRegion) in ProcessDirtyRegion() argument 764 fExposeRegion.Include(&exposeRegion); in ProcessDirtyRegion() 817 Window::MarkContentDirty(BRegion& dirtyRegion, BRegion& exposeRegion) in MarkContentDirty() argument 827 exposeRegion.IntersectWith(&VisibleContentRegion()); in MarkContentDirty() 828 _TriggerContentRedraw(dirtyRegion, exposeRegion); in MarkContentDirty()
|
H A D | Desktop.cpp | 1589 BRegion exposeRegion(previouslyOccupiedRegion); in ResizeWindowBy() local 1590 exposeRegion.Exclude(&window->VisibleRegion()); in ResizeWindowBy() 1594 exposeRegion.Include(&tmp); in ResizeWindowBy() 1596 MarkDirty(newDirtyRegion, exposeRegion); in ResizeWindowBy() 2176 Desktop::MarkDirty(BRegion& dirtyRegion, BRegion& exposeRegion) in MarkDirty() argument 2183 _TriggerWindowRedrawing(dirtyRegion, exposeRegion); in MarkDirty() 3465 Desktop::_TriggerWindowRedrawing(BRegion& dirtyRegion, BRegion& exposeRegion) in _TriggerWindowRedrawing() argument 3472 window->ProcessDirtyRegion(dirtyRegion, exposeRegion); in _TriggerWindowRedrawing()
|