Searched refs:oldBounds (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp117 BRect oldBounds = fCurrentButton->Bounds(); local
134 fCurrentButton->ResizeTo(width, oldBounds.Height());
135 fCurrentButton->MoveBy(oldBounds.Width() - width, 0);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp480 BRect oldBounds(Bounds());
481 oldBounds.right -= x;
482 oldBounds.bottom -= y;
485 dirty.Include(oldBounds);
490 dirty.Exclude(oldBounds & Bounds());
500 BRect previousChildVisible(child->Frame() & oldBounds & Bounds());
574 BRect oldBounds(Bounds());
577 BRect stillVisibleBounds(oldBounds);
584 ConvertToVisibleInTopView(&oldBounds);
598 BRegion dirty(oldBounds);
[all...]
/haiku/src/servers/app/
H A DView.cpp686 IntRect oldBounds(Bounds());
687 oldBounds.right -= x;
688 oldBounds.bottom -= y;
695 dirty->Include((clipping_rect)oldBounds);
700 dirty->Exclude((clipping_rect)(oldBounds & Bounds()));
716 child->Frame() & oldBounds & Bounds());
783 IntRect oldBounds(Bounds());
789 ConvertToVisibleInTopView(&oldBounds);
793 IntRect stillVisibleBounds(oldBounds);
795 stillVisibleBounds = stillVisibleBounds & oldBounds;
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp289 BRect oldBounds(lay->Bounds());
291 oldBounds.right -=dx;
293 oldBounds.bottom -=dy;
297 regZ.Include(oldBounds);
298 regZ.Exclude(oldBounds&lay->Bounds());
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp128 IntRect oldBounds = fCanvasBounds; local
134 if (fClippedToCanvas && (fCanvasBounds.Width() > oldBounds.Width()
135 || fCanvasBounds.Height() > oldBounds.Height())) {
/haiku/src/kits/tracker/
H A DPose.cpp725 BRect oldBounds; local
734 oldBounds = CalcRect(poseView);
756 poseView->Invalidate(oldBounds);
H A DPoseView.cpp3564 BRect oldBounds(pose->CalcRect(this));
3565 BRect poseBounds(oldBounds);
3567 if (SlotOccupied(oldBounds, viewBounds)
3579 if (viewBounds.Intersects(oldBounds))
3580 Invalidate(oldBounds);
3699 BRect oldBounds(pose->CalcRect(this));
3707 Invalidate(oldBounds);
5057 BRect oldBounds(pose->CalcRect(targetView));
5067 targetView->RemoveFromExtent(oldBounds);

Completed in 135 milliseconds