Searched refs:tabBotton (Results 1 – 3 of 3) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.cpp | 515 float tabBotton = tabRect.bottom; in _DrawTab() local 517 tabBotton -= 1; in _DrawTab() 522 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)), in _DrawTab() 531 BPoint(tabRect.right - 1, tabBotton), in _DrawTab() 549 tabRect.right - 2, tabBotton), gradient); in _DrawTab()
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.cpp | 576 float tabBotton = tabRect.bottom; in _DrawTab() local 578 tabBotton -= 1; in _DrawTab() 583 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)), in _DrawTab() 592 BPoint(tabRect.right - 1, tabBotton), in _DrawTab() 615 tabRect.right - 2, tabBotton), gradient); in _DrawTab()
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.cpp | 612 float tabBotton = tabRect.bottom; in _DrawTab() local 614 tabBotton -= 1; in _DrawTab() 619 tabBotton - (tab->look == kLeftTitledWindowLook ? 1 : 0)), in _DrawTab() 628 BPoint(tabRect.right - 1, tabBotton), in _DrawTab()
|