Searched refs:fRightBorder (Results 1 – 6 of 6) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | TabDecorator.cpp | 153 if (fRightBorder.Contains(where)) in RegionAt() 276 fRightBorder.Set(fFrame.right + 1, fFrame.top , in _DoLayout() 287 fRightBorder.Set(0.0, 0.0, -1.0, -1.0); in _DoLayout() 428 && tab->tabOffset > (fRightBorder.right - fLeftBorder.left in _DoTabLayout() 430 tab->tabOffset = uint32(fRightBorder.right - fLeftBorder.left in _DoTabLayout() 586 fRightBorder.OffsetBy(offset); in _MoveBy() 619 realResizeRect.Set(fRightBorder.right - fBorderResizeLength, in _ResizeBy() 621 fRightBorder.right - fBorderResizeLength, in _ResizeBy() 630 realResizeRect.Set(fRightBorder.left, in _ResizeBy() 632 fRightBorder.right - 1, in _ResizeBy() [all …]
|
H A D | DefaultDecorator.cpp | 270 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 349 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 409 fRightBorder.right - fBorderResizeLength, in _DrawFrame() 411 fRightBorder.right - 1, in _DrawFrame() 416 BPoint(fRightBorder.left, in _DrawFrame() 418 BPoint(fRightBorder.right - 1, in _DrawFrame() 422 BPoint(fRightBorder.right - fBorderResizeLength, in _DrawFrame() 424 BPoint(fRightBorder.right - fBorderResizeLength, in _DrawFrame()
|
H A D | Decorator.cpp | 93 fRightBorder(), in Decorator() 766 if (fRightBorder.IsValid()) { in ExtendDirtyRegion() 769 BRect rect(fRightBorder); in ExtendDirtyRegion()
|
H A D | Decorator.h | 304 BRect fRightBorder; variable
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.cpp | 319 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 408 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 486 if (!rect.Intersects(BRect(fRightBorder.right - kBorderResizeLength, in _DrawFrame() 487 fBottomBorder.bottom - kBorderResizeLength, fRightBorder.right - 1, in _DrawFrame() 492 BPoint(fRightBorder.left, fBottomBorder.bottom - kBorderResizeLength), in _DrawFrame() 493 BPoint(fRightBorder.right - 1, fBottomBorder.bottom - kBorderResizeLength), in _DrawFrame() 496 BPoint(fRightBorder.right - kBorderResizeLength, fBottomBorder.top), in _DrawFrame() 497 BPoint(fRightBorder.right - kBorderResizeLength, fBottomBorder.bottom - 1), in _DrawFrame() 503 BPoint(fRightBorder.left+i, fBottomBorder.bottom - kBorderResizeLength + 1), in _DrawFrame() 504 BPoint(fRightBorder.left+i, fBottomBorder.bottom - 1), in _DrawFrame() [all …]
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.cpp | 396 fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 464 if (invalid.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) { in _DrawFrame() 548 if (!invalid.Intersects(BRect(fRightBorder.right in _DrawFrame() 551 fRightBorder.right - 1, fBottomBorder.bottom - 1))) { in _DrawFrame() 555 fDrawingEngine->StrokeLine(BPoint(fRightBorder.left, in _DrawFrame() 557 BPoint(fRightBorder.right - 1, in _DrawFrame() 561 BPoint(fRightBorder.right - kBorderResizeLength, in _DrawFrame() 563 BPoint(fRightBorder.right - kBorderResizeLength, in _DrawFrame()
|