Searched refs:fCurrentUpdateSession (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp61 fCurrentUpdateSession(),
280 if (fCurrentUpdateSession.IsUsed())
281 fCurrentUpdateSession.MoveBy(x, y);
502 if (fCurrentUpdateSession.IsUsed())
503 _ShiftPartOfRegion(&fCurrentUpdateSession.DirtyRegion(), region, xOffset, yOffset);
600 fEffectiveDrawingRegion.IntersectWith(&fCurrentUpdateSession.DirtyRegion());
650 fEffectiveDrawingRegion.IntersectWith(&fCurrentUpdateSession.DirtyRegion());
793 if (fCurrentUpdateSession.IsUsed()) {
794 fCurrentUpdateSession.Exclude(contentDirtyRegion);
822 if (fUpdateRequested && !fCurrentUpdateSession
[all...]
H A DWindowLayer.h168 UpdateSession fCurrentUpdateSession; member in class:WindowLayer
/haiku/src/servers/app/
H A DWindow.cpp98 fCurrentUpdateSession(&fUpdateSessions[0]),
296 if (fCurrentUpdateSession->IsUsed())
297 fCurrentUpdateSession->MoveBy(x, y);
491 if (fCurrentUpdateSession->IsUsed()) {
493 &fCurrentUpdateSession->DirtyRegion());
710 &fCurrentUpdateSession->DirtyRegion());
1906 UpdateSession* temp = fCurrentUpdateSession;
1907 fCurrentUpdateSession = fPendingUpdateSession;
1925 fCurrentUpdateSession->DirtyRegion());
1934 //if (!fCurrentUpdateSession
[all...]
H A DWindow.h414 UpdateSession* fCurrentUpdateSession; member in class:Window

Completed in 145 milliseconds