Searched refs:ServerBitmap (Results 26 - 48 of 48) sorted by relevance

12

/haiku/src/servers/app/
H A DEventDispatcher.h23 class ServerBitmap;
93 void SetDragMessage(BMessage& message, ServerBitmap* bitmap,
H A DServerApp.cpp62 #include "ServerBitmap.h"
395 ServerBitmap*
403 ServerBitmap* bitmap = _FindBitmap(token);
580 ServerBitmap* bitmap = iterator->second;
748 BReference<ServerBitmap> bitmap;
802 ServerBitmap* bitmap = _FindBitmap(token);
823 BReference<ServerBitmap> bitmap(GetBitmap(token), true);
859 BReference<ServerBitmap> bitmap;
3432 BReference<ServerBitmap> bitmap(GetBitmap(token), true);
3734 ServerBitmap* bitma
[all...]
H A DEventDispatcher.cpp17 #include "ServerBitmap.h"
604 ServerBitmap* bitmap, const BPoint& offsetFromCursor)
H A DServerWindow.cpp73 #include "ServerBitmap.h"
2041 BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(bitmapToken), true);
2319 BReference<ServerBitmap> bitmap(
2639 BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(info.bitmapToken), true);
3907 BReference<ServerBitmap> bitmap(App()->GetBitmap(info.bitmapToken), true);
H A DView.cpp27 #include "ServerBitmap.h"
493 View::SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect,
/haiku/src/servers/app/decorator/
H A DDecorator.h30 class ServerBitmap;
71 ServerBitmap* closeBitmaps[4];
72 ServerBitmap* minimizeBitmaps[4];
73 ServerBitmap* zoomBitmaps[4];
H A DDefaultDecorator.cpp44 #include "ServerBitmap.h"
635 ServerBitmap* bitmap = tab->closeBitmaps[index];
666 ServerBitmap* bitmap = tab->zoomBitmaps[index];
688 DefaultDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct,
740 ServerBitmap*
/haiku/src/servers/app/drawing/
H A DHWInterface.h34 class ServerBitmap;
144 virtual void SetDragBitmap(const ServerBitmap* bitmap,
258 BReference<ServerBitmap>
H A DBitmapHWInterface.cpp25 BitmapHWInterface::BitmapHWInterface(ServerBitmap* bitmap)
H A DDrawingEngine.cpp24 #include "ServerBitmap.h"
699 DrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& bitmapRect,
1466 ServerBitmap*
1474 DrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds)
H A DHWInterface.cpp267 HWInterface::SetDragBitmap(const ServerBitmap* bitmap,
271 fDragBitmap.SetTo((ServerBitmap*)bitmap, false);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h33 class ServerBitmap;
155 void AddBitmap(const ServerBitmap& bitmap,
H A DRemoteHWInterface.h71 virtual void SetDragBitmap(const ServerBitmap* bitmap,
H A DRemoteDrawingEngine.cpp317 RemoteDrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& _bitmapRect,
949 RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor,
1073 RemoteDrawingEngine::_ExtractBitmapRegions(ServerBitmap& bitmap, uint32 options,
H A DRemoteMessage.cpp13 #include "ServerBitmap.h"
91 RemoteMessage::AddBitmap(const ServerBitmap& bitmap, bool minimal)
H A DRemoteHWInterface.cpp546 RemoteHWInterface::SetDragBitmap(const ServerBitmap* bitmap,
/haiku/src/tests/servers/app/painter/
H A DPainter.h22 class ServerBitmap;
196 void DrawBitmap( const ServerBitmap* bitmap,
H A DPainter.cpp29 #include "ServerBitmap.h"
851 Painter::DrawBitmap(const ServerBitmap* bitmap,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h42 class ServerBitmap;
235 BRect DrawBitmap(const ServerBitmap* bitmap,
H A DPainter.cpp61 #include "ServerBitmap.h"
1440 Painter::DrawBitmap(const ServerBitmap* bitmap, BRect bitmapRect,
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp43 #include "ServerBitmap.h"
701 ServerBitmap* bitmap = tab->closeBitmaps[index];
732 ServerBitmap* bitmap = tab->zoomBitmaps[index];
754 FlatDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct,
809 ServerBitmap*
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp21 #include "ServerBitmap.h"
34 const ServerBitmap* bitmap, uint32 options)
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp40 #include "ServerBitmap.h"
727 ServerBitmap* bitmap = tab->closeBitmaps[index];
758 ServerBitmap* bitmap = tab->zoomBitmaps[index];
867 BeDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, BRect rect)
882 ServerBitmap*
1356 ServerBitmap*

Completed in 154 milliseconds

12