Home
last modified time | relevance | path

Searched refs:VisibleContentRegion (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp234 WindowLayer::VisibleContentRegion() in VisibleContentRegion() function in WindowLayer
440 regionOnScreen->IntersectWith(&VisibleContentRegion()); in MarkContentDirty()
483 region->IntersectWith(&VisibleContentRegion()); in CopyContents()
549 BRegion dirtyContentRegion(VisibleContentRegion()); in _TriggerContentRedraw()
597 fEffectiveDrawingRegion = VisibleContentRegion(); in _DrawClient()
647 fEffectiveDrawingRegion = VisibleContentRegion(); in _DrawClientPolygon()
H A DWindowLayer.h70 BRegion& VisibleContentRegion();
/haiku/src/servers/app/
H A DWindow.cpp248 Window::VisibleContentRegion() in VisibleContentRegion() function in Window
453 dirty->IntersectWith(&VisibleContentRegion()); in ScrollViewBy()
475 region->IntersectWith(&VisibleContentRegion()); in CopyContents()
700 fEffectiveDrawingRegion = VisibleContentRegion(); in GetEffectiveDrawingRegion()
781 BRegion* dirtyContentRegion = fRegionPool.GetRegion(VisibleContentRegion()); in RedrawDirtyRegion()
782 BRegion* exposeContentRegion = fRegionPool.GetRegion(VisibleContentRegion()); in RedrawDirtyRegion()
826 dirtyRegion.IntersectWith(&VisibleContentRegion()); in MarkContentDirty()
827 exposeRegion.IntersectWith(&VisibleContentRegion()); in MarkContentDirty()
839 dirtyRegion.IntersectWith(&VisibleContentRegion()); in MarkContentDirtyAsync()
857 viewRegion.IntersectWith(&VisibleContentRegion()); in InvalidateView()
[all …]
H A DWindow.h119 BRegion& VisibleContentRegion();
H A DDesktop.cpp1565 BRegion previousVisibleContentRegion(window->VisibleContentRegion()); in ResizeWindowBy()
1592 BRegion tmp(window->VisibleContentRegion()); in ResizeWindowBy()
2209 redraw = window->VisibleContentRegion(); in RedrawBackground()
H A DServerWindow.cpp4353 fWindow->VisibleContentRegion()); in HandleDirectConnection()