Searched refs:_DrawButtonBitmap (Results 1 – 6 of 6) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.h | 55 void _DrawButtonBitmap(ServerBitmap* bitmap,
|
H A D | DefaultDecorator.cpp | 642 _DrawButtonBitmap(bitmap, direct, rect); in _DrawClose() 673 _DrawButtonBitmap(bitmap, direct, rect); in _DrawZoom() 688 DefaultDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, in _DrawButtonBitmap() function in DefaultDecorator
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.h | 60 void _DrawButtonBitmap(ServerBitmap* bitmap,
|
H A D | FlatDecorator.cpp | 708 _DrawButtonBitmap(bitmap, direct, rect); in _DrawClose() 739 _DrawButtonBitmap(bitmap, direct, rect); in _DrawZoom() 754 FlatDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, in _DrawButtonBitmap() function in FlatDecorator
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 67 void _DrawButtonBitmap(ServerBitmap* bitmap,
|
H A D | BeDecorator.cpp | 734 _DrawButtonBitmap(bitmap, direct, rect); in _DrawClose() 765 _DrawButtonBitmap(bitmap, direct, rect); in _DrawZoom() 867 BeDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, BRect rect) in _DrawButtonBitmap() function in BeDecorator
|