Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DPoseView.cpp7173 BRegion updateRegion1; in _UpdateSelectionRect() local
7181 updateRegion1.Include(fSelectionRectInfo.rect); in _UpdateSelectionRect()
7182 updateRegion1.Exclude(fSelectionRectInfo.lastRect.InsetByCopy( in _UpdateSelectionRect()
7187 updateRegion1.Include(&updateRegion2); in _UpdateSelectionRect()
7190 updateRegion1.Exclude(unionRect in _UpdateSelectionRect()
7193 updateRegion1.Exclude(unionRect in _UpdateSelectionRect()
7199 Invalidate(&updateRegion1); in _UpdateSelectionRect()