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, function in class:DefaultDecorator
794 _DrawBlendedRect(sBitmapDrawingEngine, rect, down, colors);
806 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors);
812 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors);
/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, function in class:FlatDecorator
864 _DrawBlendedRect(sBitmapDrawingEngine, rect, down, colors);
866 _DrawBlendedRect(sBitmapDrawingEngine, rect, true, colors);
879 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors);
881 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, true, colors);
888 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, down, colors);
890 _DrawBlendedRect(sBitmapDrawingEngine, zoomRect, true, colors);
/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, function in class:BeDecorator
988 _DrawBlendedRect(sBitmapDrawingEngine, rect, tab->closePressed,
1149 _DrawBlendedRect(sBitmapDrawingEngine, bigRect,
1164 _DrawBlendedRect(sBitmapDrawingEngine, smallRect,
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h84 void _DrawBlendedRect(DrawingEngine* engine,
H A DMacDecorator.cpp910 _DrawBlendedRect(fDrawingEngine, rect, !down);
918 MacDecorator::_DrawBlendedRect(DrawingEngine* engine, BRect rect, function in class:MacDecorator

Completed in 64 milliseconds