Searched refs:tabBotton (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp576 float tabBotton = tabRect.bottom; local
578 tabBotton -= 1;
583 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)),
592 BPoint(tabRect.right - 1, tabBotton),
615 tabRect.right - 2, tabBotton), gradient);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp515 float tabBotton = tabRect.bottom; local
517 tabBotton -= 1;
522 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)),
531 BPoint(tabRect.right - 1, tabBotton),
549 tabRect.right - 2, tabBotton), gradient);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp612 float tabBotton = tabRect.bottom; local
614 tabBotton -= 1;
619 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)),
628 BPoint(tabRect.right - 1, tabBotton),

Completed in 53 milliseconds