Home
last modified time | relevance | path

Searched refs:fBorderResizeLength (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp166 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 DDefaultDecorator.cpp409 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 DTabDecorator.h140 float fBorderResizeLength, fResizeKnobSize; variable