Searched refs:fTopBorder (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp148 if (fTopBorder.Contains(where))
279 fTopBorder.Set(fFrame.left - fBorderWidth, fFrame.top - fBorderWidth,
288 fTopBorder.Set(0.0, 0.0, -1.0, -1.0);
292 fBorderRect = BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom());
587 fTopBorder.OffsetBy(offset);
652 fTopBorder.right += offset.x;
662 BRect t(fRightBorder.left - offset.x, fTopBorder.top,
663 fRightBorder.right, fTopBorder.bottom);
670 dirty->Include(BRect(fRightBorder.left, fTopBorder.top,
915 region->Include(fTopBorder);
[all...]
H A DDecorator.cpp91 fTopBorder(),
755 rect.top = fTopBorder.top;
766 rect.top = fTopBorder.top;
773 dirty.Include(fTopBorder);
H A DDecorator.h302 BRect fTopBorder; member in class:Decorator
H A DDefaultDecorator.cpp213 BRect border = BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom());
220 if (rect.Intersects(fTopBorder)) {
289 if (rect.Intersects(fTopBorder)) {
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp287 BRect r = BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom());
334 if (rect.Intersects(fTopBorder)) {
358 if (rect.Intersects(fTopBorder)) {
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp347 BRect r = BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom());
354 if (invalid.Intersects(fTopBorder)) {
413 if (invalid.Intersects(fTopBorder)) {

Completed in 57 milliseconds