Searched refs:fPreviousBounds (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.h82 BRect fPreviousBounds; member in class:StyleView
H A DStyleView.cpp63 fPreviousBounds(frame.OffsetToCopy(B_ORIGIN))
143 fPreviousBounds = Bounds();
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h160 BRect fPreviousBounds; member in class:PathManipulator
H A DPathManipulator.cpp1050 _InvalidateCanvas(currentBounds | fPreviousBounds);
1051 fPreviousBounds = currentBounds;
/haiku/src/kits/tracker/
H A DContainerWindow.h331 BRect fPreviousBounds; member in class:BPrivate::BContainerWindow
H A DContainerWindow.cpp1004 && Bounds().Width() > fPreviousBounds.Width()) {
1005 scroll.x = std::max(fPreviousBounds.Width() - Bounds().Width(),
1010 && Bounds().Height() > fPreviousBounds.Height()) {
1011 scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
1022 fPreviousBounds = Bounds();
3825 fPreviousBounds = Bounds();

Completed in 105 milliseconds