Searched refs:dirtyContentRegion (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp549 BRegion dirtyContentRegion(VisibleContentRegion());
550 dirtyContentRegion.IntersectWith(&fDirtyRegion);
552 if (dirtyContentRegion.CountRects() > 0) {
557 fDrawingEngine->FillRegion(&dirtyContentRegion);
558 fDrawingEngine->MarkDirty(&dirtyContentRegion);
564 _MarkContentDirty(&dirtyContentRegion);
570 fTopLayer->Draw(fDrawingEngine, &dirtyContentRegion,
573 fTopLayer->Draw(fDrawingEngine, &dirtyContentRegion,
/haiku/src/servers/app/
H A DWindow.cpp781 BRegion* dirtyContentRegion = fRegionPool.GetRegion(VisibleContentRegion()); local
783 dirtyContentRegion->IntersectWith(&fDirtyRegion);
786 _TriggerContentRedraw(*dirtyContentRegion, *exposeContentRegion);
788 fRegionPool.Recycle(dirtyContentRegion);

Completed in 58 milliseconds