Searched refs:drawCursor (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/interface/
H A DPrivateScreen.h56 status_t GetBitmap(BBitmap** bitmap, bool drawCursor,
58 status_t ReadBitmap(BBitmap* bitmap, bool drawCursor,
/haiku/headers/os/interface/
H A DScreen.h48 bool drawCursor = true,
51 bool drawCursor = true,
/haiku/src/kits/interface/
H A DScreen.cpp150 BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor, BRect* bounds) argument
153 return fScreen->GetBitmap(_bitmap, drawCursor, bounds);
160 BScreen::ReadBitmap(BBitmap* bitmap, bool drawCursor, BRect* bounds) argument
163 return fScreen->ReadBitmap(bitmap, drawCursor, bounds);
H A DPrivateScreen.cpp357 BPrivateScreen::GetBitmap(BBitmap**_bitmap, bool drawCursor, BRect* bounds) argument
374 status = ReadBitmap(bitmap, drawCursor, &rect);
386 BPrivateScreen::ReadBitmap(BBitmap* bitmap, bool drawCursor, BRect* bounds) argument
400 link.Attach<bool>(drawCursor);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h38 bool drawCursor, BRect bounds);
H A DRemoteDrawingEngine.cpp949 RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, argument
960 message.Add(drawCursor);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h66 virtual status_t ReadBitmap(ServerBitmap *bitmap, bool drawCursor,
H A DDrawingEngine.cpp1474 DrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds) argument
1491 if (drawCursor) {
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1287 bool drawCursor; local
1290 if (message.Read(drawCursor) != B_OK)
1293 // TODO: support the drawCursor flag
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1716 var drawCursor = remoteMessage.dataView.readUint8();
1717 // TODO: Support the drawCursor flag.
1719 if (drawCursor)
/haiku/src/servers/app/
H A DServerApp.cpp3424 bool drawCursor = true; local
3425 link.Read<bool>(&drawCursor);
3436 drawCursor, bounds) == B_OK;

Completed in 95 milliseconds