Symbol: ServerBitmap
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
1356
ServerBitmap*
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
727
ServerBitmap* bitmap = tab->closeBitmaps[index];
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
758
ServerBitmap* bitmap = tab->zoomBitmaps[index];
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
867
BeDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, BRect rect)
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
882
ServerBitmap*
src/add-ons/decorators/BeDecorator/BeDecorator.h
20
class ServerBitmap;
src/add-ons/decorators/BeDecorator/BeDecorator.h
67
void _DrawButtonBitmap(ServerBitmap* bitmap,
src/add-ons/decorators/BeDecorator/BeDecorator.h
69
ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
src/add-ons/decorators/BeDecorator/BeDecorator.h
72
ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
src/add-ons/decorators/BeDecorator/BeDecorator.h
80
ServerBitmap* fCloseBitmap;
src/add-ons/decorators/BeDecorator/BeDecorator.h
81
ServerBitmap* fBigZoomBitmap;
src/add-ons/decorators/BeDecorator/BeDecorator.h
82
ServerBitmap* fSmallZoomBitmap;
src/add-ons/decorators/BeDecorator/BeDecorator.h
83
ServerBitmap* fGlintBitmap;
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
701
ServerBitmap* bitmap = tab->closeBitmaps[index];
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
732
ServerBitmap* bitmap = tab->zoomBitmaps[index];
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
754
FlatDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct,
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
809
ServerBitmap*
src/add-ons/decorators/FlatDecorator/FlatDecorator.h
24
class ServerBitmap;
src/add-ons/decorators/FlatDecorator/FlatDecorator.h
60
void _DrawButtonBitmap(ServerBitmap* bitmap,
src/add-ons/decorators/FlatDecorator/FlatDecorator.h
65
ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
src/servers/app/BitmapManager.cpp
108
ServerBitmap* bitmap = new(std::nothrow) ServerBitmap(bounds, space, flags,
src/servers/app/BitmapManager.cpp
191
ServerBitmap*
src/servers/app/BitmapManager.cpp
198
BReference<ServerBitmap> bitmap(new(std::nothrow) ServerBitmap(bounds, space, flags,
src/servers/app/BitmapManager.cpp
223
BitmapManager::BitmapRemoved(ServerBitmap* bitmap)
src/servers/app/BitmapManager.cpp
249
ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i);
src/servers/app/BitmapManager.cpp
260
ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i);
src/servers/app/BitmapManager.cpp
278
ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i);
src/servers/app/BitmapManager.cpp
289
ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i);
src/servers/app/BitmapManager.cpp
72
delete (ServerBitmap*)fBitmapList.ItemAt(i);
src/servers/app/BitmapManager.cpp
85
ServerBitmap*
src/servers/app/BitmapManager.h
21
class ServerBitmap;
src/servers/app/BitmapManager.h
29
ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
src/servers/app/BitmapManager.h
36
ServerBitmap* CloneFromClient(area_id clientArea,
src/servers/app/BitmapManager.h
41
void BitmapRemoved(ServerBitmap* bitmap);
src/servers/app/EventDispatcher.cpp
604
ServerBitmap* bitmap, const BPoint& offsetFromCursor)
src/servers/app/EventDispatcher.h
23
class ServerBitmap;
src/servers/app/EventDispatcher.h
93
void SetDragMessage(BMessage& message, ServerBitmap* bitmap,
src/servers/app/OffscreenServerWindow.cpp
18
ServerBitmap* bitmap)
src/servers/app/OffscreenServerWindow.h
19
int32 handlerID, ServerBitmap* bitmap);
src/servers/app/OffscreenServerWindow.h
32
BReference<ServerBitmap> fBitmap;
src/servers/app/OffscreenWindow.cpp
26
OffscreenWindow::OffscreenWindow(ServerBitmap* bitmap,
src/servers/app/OffscreenWindow.h
18
class ServerBitmap;
src/servers/app/OffscreenWindow.h
22
OffscreenWindow(ServerBitmap* bitmap,
src/servers/app/OffscreenWindow.h
30
ServerBitmap* fBitmap;
src/servers/app/ServerApp.cpp
3403
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
src/servers/app/ServerApp.cpp
3705
ServerBitmap* bitmap = GetBitmap(bitmapToken);
src/servers/app/ServerApp.cpp
3759
ServerApp::_AddBitmap(ServerBitmap* bitmap)
src/servers/app/ServerApp.cpp
3764
fBitmapMap.insert(std::make_pair(bitmap->Token(), BReference<ServerBitmap>(bitmap, false)));
src/servers/app/ServerApp.cpp
3775
ServerApp::_DeleteBitmap(ServerBitmap* bitmap)
src/servers/app/ServerApp.cpp
3784
ServerBitmap*
src/servers/app/ServerApp.cpp
394
ServerBitmap*
src/servers/app/ServerApp.cpp
402
ServerBitmap* bitmap = _FindBitmap(token);
src/servers/app/ServerApp.cpp
564
ServerBitmap* bitmap = iterator->second;
src/servers/app/ServerApp.cpp
732
BReference<ServerBitmap> bitmap;
src/servers/app/ServerApp.cpp
786
ServerBitmap* bitmap = _FindBitmap(token);
src/servers/app/ServerApp.cpp
807
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
src/servers/app/ServerApp.cpp
843
BReference<ServerBitmap> bitmap;
src/servers/app/ServerApp.h
112
bool _AddBitmap(ServerBitmap* bitmap);
src/servers/app/ServerApp.h
113
void _DeleteBitmap(ServerBitmap* bitmap);
src/servers/app/ServerApp.h
114
ServerBitmap* _FindBitmap(int32 token) const;
src/servers/app/ServerApp.h
119
typedef std::map<int32, BReference<ServerBitmap> > BitmapMap;
src/servers/app/ServerApp.h
35
class ServerBitmap;
src/servers/app/ServerApp.h
85
ServerBitmap* GetBitmap(int32 token) const;
src/servers/app/ServerBitmap.cpp
107
ServerBitmap::~ServerBitmap()
src/servers/app/ServerBitmap.cpp
123
ServerBitmap::AllocateBuffer()
src/servers/app/ServerBitmap.cpp
134
ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow,
src/servers/app/ServerBitmap.cpp
146
ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow,
src/servers/app/ServerBitmap.cpp
159
ServerBitmap::Area() const
src/servers/app/ServerBitmap.cpp
169
ServerBitmap::AreaOffset() const
src/servers/app/ServerBitmap.cpp
179
ServerBitmap::SetOverlay(::Overlay* overlay)
src/servers/app/ServerBitmap.cpp
186
ServerBitmap::Overlay() const
src/servers/app/ServerBitmap.cpp
193
ServerBitmap::SetOwner(ServerApp* owner)
src/servers/app/ServerBitmap.cpp
200
ServerBitmap::Owner() const
src/servers/app/ServerBitmap.cpp
207
ServerBitmap::PrintToStream()
src/servers/app/ServerBitmap.cpp
221
ServerBitmap(rect, space, flags, bytesPerRow, screen)
src/servers/app/ServerBitmap.cpp
227
UtilityBitmap::UtilityBitmap(const ServerBitmap* bitmap)
src/servers/app/ServerBitmap.cpp
229
ServerBitmap(bitmap)
src/servers/app/ServerBitmap.cpp
241
ServerBitmap(BRect(0, 0, width - 1, height - 1), format, 0)
src/servers/app/ServerBitmap.cpp
59
ServerBitmap::ServerBitmap(BRect rect, color_space space, uint32 flags,
src/servers/app/ServerBitmap.cpp
84
ServerBitmap::ServerBitmap(const ServerBitmap* bitmap)
src/servers/app/ServerBitmap.h
112
class UtilityBitmap : public ServerBitmap {
src/servers/app/ServerBitmap.h
117
UtilityBitmap(const ServerBitmap* bmp);
src/servers/app/ServerBitmap.h
128
ServerBitmap::BitsLength() const
src/servers/app/ServerBitmap.h
137
ServerBitmap::ShallowCopy(const ServerBitmap* from)
src/servers/app/ServerBitmap.h
36
class ServerBitmap : public BReferenceable {
src/servers/app/ServerBitmap.h
73
inline void ShallowCopy(const ServerBitmap *from);
src/servers/app/ServerBitmap.h
87
ServerBitmap(BRect rect, color_space space,
src/servers/app/ServerBitmap.h
90
ServerBitmap(const ServerBitmap* bmp);
src/servers/app/ServerBitmap.h
91
virtual ~ServerBitmap();
src/servers/app/ServerCursor.cpp
130
ServerBitmap(BRect(0, 0, width - 1, height - 1), format, 0),
src/servers/app/ServerCursor.cpp
147
ServerBitmap(cursor),
src/servers/app/ServerCursor.cpp
46
ServerBitmap(r, format, flags, bytesPerRow, screen),
src/servers/app/ServerCursor.cpp
63
ServerBitmap(BRect(0, 0, 15, 15), B_RGBA32, 0),
src/servers/app/ServerCursor.h
23
class ServerCursor : public ServerBitmap {
src/servers/app/ServerWindow.cpp
2042
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(bitmapToken), true);
src/servers/app/ServerWindow.cpp
2316
BReference<ServerBitmap> bitmap(
src/servers/app/ServerWindow.cpp
2692
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(info.bitmapToken), true);
src/servers/app/ServerWindow.cpp
3991
BReference<ServerBitmap> bitmap(App()->GetBitmap(info.bitmapToken), true);
src/servers/app/View.cpp
493
View::SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect,
src/servers/app/View.h
147
ServerBitmap* ViewBitmap() const
src/servers/app/View.h
149
void SetViewBitmap(ServerBitmap* bitmap,
src/servers/app/View.h
248
BReference<ServerBitmap>
src/servers/app/View.h
40
class ServerBitmap;
src/servers/app/decorator/Decorator.h
30
class ServerBitmap;
src/servers/app/decorator/Decorator.h
71
ServerBitmap* closeBitmaps[4];
src/servers/app/decorator/Decorator.h
72
ServerBitmap* minimizeBitmaps[4];
src/servers/app/decorator/Decorator.h
73
ServerBitmap* zoomBitmaps[4];
src/servers/app/decorator/DefaultDecorator.cpp
635
ServerBitmap* bitmap = tab->closeBitmaps[index];
src/servers/app/decorator/DefaultDecorator.cpp
666
ServerBitmap* bitmap = tab->zoomBitmaps[index];
src/servers/app/decorator/DefaultDecorator.cpp
688
DefaultDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct,
src/servers/app/decorator/DefaultDecorator.cpp
740
ServerBitmap*
src/servers/app/decorator/DefaultDecorator.h
25
class ServerBitmap;
src/servers/app/decorator/DefaultDecorator.h
55
void _DrawButtonBitmap(ServerBitmap* bitmap,
src/servers/app/decorator/DefaultDecorator.h
60
ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
src/servers/app/drawing/AlphaMask.cpp
156
ServerBitmap*
src/servers/app/drawing/AlphaMask.cpp
181
ServerBitmap* const bitmap = _RenderSource(fCanvasBounds);
src/servers/app/drawing/AlphaMask.cpp
182
BReference<ServerBitmap> bitmapRef(bitmap, true);
src/servers/app/drawing/AlphaMask.cpp
326
ServerBitmap*
src/servers/app/drawing/AlphaMask.cpp
370
ServerBitmap*
src/servers/app/drawing/AlphaMask.cpp
397
BReference<ServerBitmap> bitmap(_CreateTemporaryBitmap(fBounds), true);
src/servers/app/drawing/AlphaMask.h
108
virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds);
src/servers/app/drawing/AlphaMask.h
126
virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds);
src/servers/app/drawing/AlphaMask.h
21
class ServerBitmap;
src/servers/app/drawing/AlphaMask.h
60
ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
src/servers/app/drawing/AlphaMask.h
68
virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds) = 0;
src/servers/app/drawing/BitmapBuffer.cpp
12
BitmapBuffer::BitmapBuffer(ServerBitmap* bitmap)
src/servers/app/drawing/BitmapBuffer.h
12
BitmapBuffer(ServerBitmap* bitmap);
src/servers/app/drawing/BitmapBuffer.h
24
const ServerBitmap* Bitmap() const
src/servers/app/drawing/BitmapBuffer.h
28
ServerBitmap* fBitmap;
src/servers/app/drawing/BitmapBuffer.h
8
class ServerBitmap;
src/servers/app/drawing/BitmapHWInterface.cpp
25
BitmapHWInterface::BitmapHWInterface(ServerBitmap* bitmap)
src/servers/app/drawing/BitmapHWInterface.h
18
class ServerBitmap;
src/servers/app/drawing/BitmapHWInterface.h
24
BitmapHWInterface(ServerBitmap* bitmap);
src/servers/app/drawing/DrawingEngine.cpp
1367
ServerBitmap*
src/servers/app/drawing/DrawingEngine.cpp
1375
DrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds)
src/servers/app/drawing/DrawingEngine.cpp
633
DrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& bitmapRect,
src/servers/app/drawing/DrawingEngine.h
32
class ServerBitmap;
src/servers/app/drawing/DrawingEngine.h
65
ServerBitmap* DumpToBitmap();
src/servers/app/drawing/DrawingEngine.h
66
virtual status_t ReadBitmap(ServerBitmap *bitmap, bool drawCursor,
src/servers/app/drawing/DrawingEngine.h
99
virtual void DrawBitmap(ServerBitmap* bitmap,
src/servers/app/drawing/HWInterface.cpp
264
HWInterface::SetDragBitmap(const ServerBitmap* bitmap,
src/servers/app/drawing/HWInterface.cpp
268
fDragBitmap.SetTo((ServerBitmap*)bitmap, false);
src/servers/app/drawing/HWInterface.h
120
virtual void SetDragBitmap(const ServerBitmap* bitmap,
src/servers/app/drawing/HWInterface.h
232
BReference<ServerBitmap>
src/servers/app/drawing/HWInterface.h
34
class ServerBitmap;
src/servers/app/drawing/Overlay.cpp
110
Overlay::Resume(ServerBitmap* bitmap)
src/servers/app/drawing/Overlay.cpp
129
Overlay::Suspend(ServerBitmap* bitmap, bool needTemporary)
src/servers/app/drawing/Overlay.cpp
154
Overlay::_AllocateBuffer(ServerBitmap* bitmap)
src/servers/app/drawing/Overlay.cpp
61
Overlay::Overlay(HWInterface& interface, ServerBitmap* bitmap,
src/servers/app/drawing/Overlay.h
18
class ServerBitmap;
src/servers/app/drawing/Overlay.h
24
Overlay(HWInterface& interface, ServerBitmap* bitmap,
src/servers/app/drawing/Overlay.h
30
status_t Suspend(ServerBitmap* bitmap, bool needTemporary);
src/servers/app/drawing/Overlay.h
31
status_t Resume(ServerBitmap* bitmap);
src/servers/app/drawing/Overlay.h
59
status_t _AllocateBuffer(ServerBitmap* bitmap);
src/servers/app/drawing/Painter/Painter.cpp
1568
Painter::DrawBitmap(const ServerBitmap* bitmap, BRect bitmapRect,
src/servers/app/drawing/Painter/Painter.h
245
BRect DrawBitmap(const ServerBitmap* bitmap,
src/servers/app/drawing/Painter/Painter.h
42
class ServerBitmap;
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
34
const ServerBitmap* bitmap, uint32 options)
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.h
20
const ServerBitmap* bitmap,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1107
RemoteDrawingEngine::_ExtractBitmapRegions(ServerBitmap& bitmap, uint32 options,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
317
RemoteDrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& _bitmapRect,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
983
RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
160
status_t _ExtractBitmapRegions(ServerBitmap& bitmap,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
23
class ServerBitmap;
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
37
virtual status_t ReadBitmap(ServerBitmap* bitmap,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
66
virtual void DrawBitmap(ServerBitmap* bitmap,
src/servers/app/drawing/interface/remote/RemoteHWInterface.cpp
552
RemoteHWInterface::SetDragBitmap(const ServerBitmap* bitmap,
src/servers/app/drawing/interface/remote/RemoteHWInterface.h
69
virtual void SetDragBitmap(const ServerBitmap* bitmap,
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
91
RemoteMessage::AddBitmap(const ServerBitmap& bitmap, bool minimal)
src/servers/app/drawing/interface/remote/RemoteMessage.h
165
void AddBitmap(const ServerBitmap& bitmap,
src/servers/app/drawing/interface/remote/RemoteMessage.h
33
class ServerBitmap;
src/tests/servers/app/painter/Painter.cpp
851
Painter::DrawBitmap(const ServerBitmap* bitmap,
src/tests/servers/app/painter/Painter.h
196
void DrawBitmap( const ServerBitmap* bitmap,
src/tests/servers/app/painter/Painter.h
22
class ServerBitmap;