Searched refs:_DrawBlendedRect (Results 1 – 8 of 8) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.h | 57 void _DrawBlendedRect(DrawingEngine *engine,
|
H A D | DefaultDecorator.cpp | 711 DefaultDecorator::_DrawBlendedRect(DrawingEngine* engine, const BRect rect, in _DrawBlendedRect() function in DefaultDecorator 794 _DrawBlendedRect(sBitmapDrawingEngine, rect, down, colors); in _GetBitmapForButton() 806 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors); in _GetBitmapForButton() 812 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors); in _GetBitmapForButton()
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.h | 62 void _DrawBlendedRect(DrawingEngine *engine,
|
H A D | FlatDecorator.cpp | 777 FlatDecorator::_DrawBlendedRect(DrawingEngine* engine, const BRect rect, in _DrawBlendedRect() function in FlatDecorator 864 _DrawBlendedRect(sBitmapDrawingEngine, rect, down, colors); in _GetBitmapForButton() 866 _DrawBlendedRect(sBitmapDrawingEngine, rect, true, colors); in _GetBitmapForButton() 879 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors); in _GetBitmapForButton() 881 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, true, colors); in _GetBitmapForButton() 888 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors); in _GetBitmapForButton() 890 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, true, colors); in _GetBitmapForButton()
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 63 void _DrawBlendedRect(DrawingEngine* engine,
|
H A D | BeDecorator.cpp | 842 BeDecorator::_DrawBlendedRect(DrawingEngine* engine, const BRect rect, in _DrawBlendedRect() function in BeDecorator 988 _DrawBlendedRect(sBitmapDrawingEngine, rect, tab->closePressed, in _GetBitmapForButton() 1149 _DrawBlendedRect(sBitmapDrawingEngine, bigRect, in _GetBitmapForButton() 1164 _DrawBlendedRect(sBitmapDrawingEngine, smallRect, in _GetBitmapForButton()
|
/haiku/src/add-ons/decorators/MacDecorator/ |
H A D | MacDecorator.h | 84 void _DrawBlendedRect(DrawingEngine* engine,
|
H A D | MacDecorator.cpp | 910 _DrawBlendedRect(fDrawingEngine, rect, !down); in _DrawButton() 918 MacDecorator::_DrawBlendedRect(DrawingEngine* engine, BRect rect, in _DrawBlendedRect() function in MacDecorator
|