Searched refs:oldWidth (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.h44 virtual void VisibleSizeChanged(float oldWidth,
H A DScrollable.cpp185 float oldWidth = fVisibleWidth; local
190 VisibleSizeChanged(oldWidth, oldHeight, fVisibleWidth, fVisibleHeight);
193 fScrollSource->VisibleSizeChanged(oldWidth, oldHeight,
248 Scrollable::VisibleSizeChanged(float /*oldWidth*/, float /*oldHeight*/,
H A DScrollable.h44 virtual void VisibleSizeChanged(float oldWidth,
H A DScrollView.h94 virtual void VisibleSizeChanged(float oldWidth,
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h55 virtual void VisibleSizeChanged(float oldWidth,
H A DCanvasView.cpp274 CanvasView::VisibleSizeChanged(float oldWidth, float oldHeight, float newWidth, argument
/haiku/src/apps/deskbar/
H A DTimeView.cpp309 float oldWidth = Bounds().Width(); local
313 if (height != oldHeight || width != oldWidth) {
315 MoveBy(oldWidth - width, 0);
H A DBarWindow.cpp264 float oldWidth = fBarApp->Settings()->width; local
269 if (oldWidth != newWidth) {
H A DStatusView.cpp1002 float oldWidth = Bounds().Width(); local
1006 if (oldWidth != width || oldHeight != height)
1068 float oldWidth = Bounds().Width(); local
1072 if (oldWidth != width || oldHeight != height) {
/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp334 int32 oldWidth = fWidth; local
350 fWidth = oldWidth;
/haiku/src/kits/tracker/
H A DTextWidget.cpp414 float oldWidth = textView->Bounds().Width(); local
416 float right = oldWidth - newWidth;
424 float grow = newWidth - oldWidth;
/haiku/src/kits/interface/
H A DSlider.cpp1056 float oldWidth = 0.0; local
1058 oldWidth = StringWidth(fUpdateText);
1069 float width = ceilf(std::max(newWidth, oldWidth)) + 2.0f;
H A DColumnListView.cpp185 void ColumnResized(BColumn* column, float oldWidth);
1277 float oldWidth = column->Width(); local
1280 fTitleView->ColumnResized(column, oldWidth);
2387 TitleView::ColumnResized(BColumn* column, float oldWidth) argument
2389 // fColumnsWidth += column->Width() - oldWidth;
2565 float oldWidth = fSelectedColumn->Width(); local
2566 float originalEdge = fSelectedColumnRect.left + oldWidth;
2624 ColumnResized(fSelectedColumn, oldWidth);
H A DTextView.cpp5115 float oldWidth = Bounds().Width(); local
5117 float right = oldWidth - newWidth;
5125 float grow = newWidth - oldWidth;

Completed in 120 milliseconds