Searched refs:fCurrentUpdateSession (Results 1 – 4 of 4) sorted by relevance
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()[all …]
168 UpdateSession fCurrentUpdateSession; variable
98 fCurrentUpdateSession(&fUpdateSessions[0]), in Window()296 if (fCurrentUpdateSession->IsUsed()) in MoveBy()297 fCurrentUpdateSession->MoveBy(x, y); in MoveBy()491 if (fCurrentUpdateSession->IsUsed()) { in CopyContents()493 &fCurrentUpdateSession->DirtyRegion()); in CopyContents()710 &fCurrentUpdateSession->DirtyRegion()); in GetEffectiveDrawingRegion()1906 UpdateSession* temp = fCurrentUpdateSession; in BeginUpdate()1907 fCurrentUpdateSession = fPendingUpdateSession; in BeginUpdate()1925 fCurrentUpdateSession->DirtyRegion()); in BeginUpdate()1984 fCurrentUpdateSession->DirtyRegion()); in EndUpdate()[all …]
414 UpdateSession* fCurrentUpdateSession; variable