Searched refs:fVisibleContentRegion (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DOffscreenWindow.cpp41 fVisibleContentRegion.Set(fFrame);
H A DWindow.cpp82 fVisibleContentRegion(),
255 GetContentRegion(&fVisibleContentRegion);
256 fVisibleContentRegion.IntersectWith(&fVisibleRegion);
258 return fVisibleContentRegion;
473 // is used once to make sure it is valid, then fVisibleContentRegion
479 region->IntersectWith(&fVisibleContentRegion);
542 newDirty->IntersectWith(&fVisibleContentRegion);
H A DWindow.h350 BRegion fVisibleContentRegion; member in class:Window
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp35 fVisibleContentRegion(),
238 GetContentRegion(&fVisibleContentRegion);
239 fVisibleContentRegion.IntersectWith(&fVisibleRegion);
241 return fVisibleContentRegion;
481 // is used once to make sure it is valid, then fVisibleContentRegion
486 region->IntersectWith(&fVisibleContentRegion);
517 newDirty.IntersectWith(&fVisibleContentRegion);
H A DWindowLayer.h126 BRegion fVisibleContentRegion; member in class:WindowLayer

Completed in 56 milliseconds