Searched refs:_DrawClose (Results 1 - 10 of 10) sorted by path

/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp661 _DrawClose(fCloseRect);
668 BeDecorator::_DrawClose(BRect rect) function in class:BeDecorator
670 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
H A DBeDecorator.h59 virtual void _DrawClose(BRect r);
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp463 _DrawClose(fTopTab->closeRect);
478 MacDecorator::_DrawClose(BRect r) function in class:MacDecorator
H A DMacDecorator.h40 void _DrawClose(BRect r);
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp261 _DrawClose(fCloseRect);
268 WinDecorator::_DrawClose(BRect r) function in class:WinDecorator
H A DWinDecorator.h42 void _DrawClose(BRect r);
/haiku-fatelf/src/servers/app/decorator/
H A DDecorator.cpp665 _DrawClose(tab, false, tab->closeRect);
676 _DrawClose(decoratorTab, true, decoratorTab->closeRect);
790 Decorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect rect) function in class:Decorator
H A DDecorator.h180 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DDefaultDecorator.cpp950 DefaultDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) function in class:DefaultDecorator
952 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
1471 _DrawClose(tab, false, tab->closeRect);
H A DDefaultDecorator.h115 virtual void _DrawClose(Decorator::Tab* tab, bool direct,

Completed in 89 milliseconds