Searched refs:oldHeight (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.h45 float oldHeight,
H A DScrollable.cpp186 float oldHeight = fVisibleHeight; local
190 VisibleSizeChanged(oldWidth, oldHeight, fVisibleWidth, fVisibleHeight);
193 fScrollSource->VisibleSizeChanged(oldWidth, oldHeight,
248 Scrollable::VisibleSizeChanged(float /*oldWidth*/, float /*oldHeight*/,
H A DScrollable.h45 float oldHeight,
H A DScrollView.h95 float oldHeight,
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h56 float oldHeight, float newWidth,
H A DCanvasView.cpp274 CanvasView::VisibleSizeChanged(float oldWidth, float oldHeight, float newWidth, argument
/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp335 int32 oldHeight = fHeight; local
351 fHeight = oldHeight;
368 _FreeLines(fAlternateScreen, oldHeight);
/haiku/src/apps/deskbar/
H A DTimeView.cpp310 float oldHeight = Bounds().Height(); local
313 if (height != oldHeight || width != oldWidth) {
H A DStatusView.cpp1003 float oldHeight = Bounds().Height(); local
1006 if (oldWidth != width || oldHeight != height)
1069 float oldHeight = Bounds().Height(); local
1072 if (oldWidth != width || oldHeight != height) {
/haiku/src/kits/interface/
H A DStatusBar.cpp438 float oldHeight = BarHeight(); local
443 if (barHeight == oldHeight)

Completed in 362 milliseconds