Searched refs:fBorderResizeLength (Results 1 – 3 of 3) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | TabDecorator.cpp | 166 BRect resizeRect(BPoint(fBottomBorder.right - fBorderResizeLength, in RegionAt() 167 fBottomBorder.bottom - fBorderResizeLength), in RegionAt() 267 fBorderResizeLength = kBorderResizeLength * scaleFactor; in _DoLayout() 619 realResizeRect.Set(fRightBorder.right - fBorderResizeLength, in _ResizeBy() 621 fRightBorder.right - fBorderResizeLength, in _ResizeBy() 631 fBottomBorder.bottom - fBorderResizeLength, in _ResizeBy() 633 fBottomBorder.bottom - fBorderResizeLength); in _ResizeBy()
|
H A D | DefaultDecorator.cpp | 409 fRightBorder.right - fBorderResizeLength, in _DrawFrame() 410 fBottomBorder.bottom - fBorderResizeLength, in _DrawFrame() 417 fBottomBorder.bottom - fBorderResizeLength), in _DrawFrame() 419 fBottomBorder.bottom - fBorderResizeLength), in _DrawFrame() 422 BPoint(fRightBorder.right - fBorderResizeLength, in _DrawFrame() 424 BPoint(fRightBorder.right - fBorderResizeLength, in _DrawFrame()
|
H A D | TabDecorator.h | 140 float fBorderResizeLength, fResizeKnobSize; variable
|