Home
last modified time | relevance | path

Searched refs:_DrawBlendedRect (Results 1 – 8 of 8) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h57 void _DrawBlendedRect(DrawingEngine *engine,
H A DDefaultDecorator.cpp711 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 DFlatDecorator.h62 void _DrawBlendedRect(DrawingEngine *engine,
H A DFlatDecorator.cpp777 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 DBeDecorator.h63 void _DrawBlendedRect(DrawingEngine* engine,
H A DBeDecorator.cpp842 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 DMacDecorator.h84 void _DrawBlendedRect(DrawingEngine* engine,
H A DMacDecorator.cpp910 _DrawBlendedRect(fDrawingEngine, rect, !down); in _DrawButton()
918 MacDecorator::_DrawBlendedRect(DrawingEngine* engine, BRect rect, in _DrawBlendedRect() function in MacDecorator