Lines Matching refs:fCurrentUpdateSession
61 fCurrentUpdateSession(), in WindowLayer()
280 if (fCurrentUpdateSession.IsUsed()) in MoveBy()
281 fCurrentUpdateSession.MoveBy(x, y); in MoveBy()
502 if (fCurrentUpdateSession.IsUsed()) in CopyContents()
503 _ShiftPartOfRegion(&fCurrentUpdateSession.DirtyRegion(), region, xOffset, yOffset); in CopyContents()
600 fEffectiveDrawingRegion.IntersectWith(&fCurrentUpdateSession.DirtyRegion()); in _DrawClient()
650 fEffectiveDrawingRegion.IntersectWith(&fCurrentUpdateSession.DirtyRegion()); in _DrawClientPolygon()
793 if (fCurrentUpdateSession.IsUsed()) { in _MarkContentDirty()
794 fCurrentUpdateSession.Exclude(contentDirtyRegion); in _MarkContentDirty()
822 if (fUpdateRequested && !fCurrentUpdateSession.IsUsed()) { in _BeginUpdate()
827 fCurrentUpdateSession = fPendingUpdateSession; in _BeginUpdate()
850 fCurrentUpdateSession.SetUsed(false); in _EndUpdate()