Searched refs:BitmapHWInterface (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/app/drawing/
H A DBitmapHWInterface.cpp20 #include "BitmapHWInterface.h"
25 BitmapHWInterface::BitmapHWInterface(ServerBitmap* bitmap) function in class:BitmapHWInterface
34 BitmapHWInterface::~BitmapHWInterface()
40 BitmapHWInterface::Initialize()
76 BitmapHWInterface::Shutdown()
83 BitmapHWInterface::SetMode(const display_mode& mode)
90 BitmapHWInterface::GetMode(display_mode* mode)
98 BitmapHWInterface
[all...]
H A DBitmapDrawingEngine.h10 class BitmapHWInterface;
30 ObjectDeleter<BitmapHWInterface>
H A DBitmapHWInterface.h22 class BitmapHWInterface : public HWInterface { class in inherits:HWInterface
24 BitmapHWInterface(ServerBitmap* bitmap);
25 virtual ~BitmapHWInterface();
H A DBitmapDrawingEngine.cpp2 #include "BitmapHWInterface.h"
66 fHWInterface.SetTo(new(std::nothrow) BitmapHWInterface(fBitmap));
H A DAlphaMask.cpp15 #include "BitmapHWInterface.h"
402 BitmapHWInterface interface(bitmap);
/haiku/src/servers/app/
H A DOffscreenWindow.h17 class BitmapHWInterface;
31 ObjectDeleter<BitmapHWInterface>
H A DOffscreenWindow.cpp19 #include "BitmapHWInterface.h"
32 fHWInterface(new (nothrow) BitmapHWInterface(fBitmap))
H A DLayer.cpp8 #include "BitmapHWInterface.h"
123 BitmapHWInterface layerInterface(layerBitmap);

Completed in 108 milliseconds