Searched refs:clippedBounds (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp681 BRect clippedBounds = Bounds(); local
682 ConvertToVisibleInTopView(&clippedBounds);
683 BRegion dirty(clippedBounds);
744 BRect clippedBounds = Bounds(); local
745 ConvertToVisibleInTopView(&clippedBounds);
746 if (clippedBounds.Width() < fScreenClipping.Frame().Width() ||
747 clippedBounds.Height() < fScreenClipping.Frame().Height()) {
748 BRegion temp(clippedBounds);
/haiku/src/servers/app/
H A DView.cpp1245 IntRect clippedBounds = Bounds(); local
1246 ConvertToVisibleInTopView(&clippedBounds);
1249 dirty.Set((clipping_rect)clippedBounds);
1488 IntRect clippedBounds = Bounds(); local
1489 ConvertToVisibleInTopView(&clippedBounds);
1490 if (clippedBounds.Width() < fScreenClipping.Frame().Width()
1491 || clippedBounds.Height() < fScreenClipping.Frame().Height()) {
1493 temp.Set((clipping_rect)clippedBounds);

Completed in 34 milliseconds