Searched refs:RemoteMessage (Results 1 – 13 of 13) sorted by relevance
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | RemoteMessage.h | 132 class RemoteMessage { 134 RemoteMessage(StreamingRingBuffer* source, 136 ~RemoteMessage(); 206 RemoteMessage::RemoteMessage(StreamingRingBuffer* source, in RemoteMessage() function 220 RemoteMessage::~RemoteMessage() in ~RemoteMessage() 229 RemoteMessage::Start(uint16 code) in Start() 242 RemoteMessage::Flush() in Flush() 258 RemoteMessage::Add(const T& value) in Add() 270 RemoteMessage::AddString(const char* string, size_t length) in AddString() 283 RemoteMessage::AddRegion(const BRegion& region) in AddRegion() [all …]
|
H A D | RemoteDrawingEngine.cpp | 39 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in RemoteDrawingEngine() 47 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in ~RemoteDrawingEngine() 77 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetCopyToFrontEnabled() 95 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in ConstrainClippingRegion() 117 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetDrawState() 133 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetHighColor() 148 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetLowColor() 164 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetPenSize() 183 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetStrokeMode() 202 RemoteMessage message(NULL, fHWInterface->SendBuffer()); in SetBlendingMode() [all …]
|
H A D | RemoteMessage.cpp | 42 RemoteMessage::NextMessage(uint16& code) in NextMessage() 82 RemoteMessage::Cancel() in Cancel() 91 RemoteMessage::AddBitmap(const ServerBitmap& bitmap, bool minimal) in AddBitmap() 115 RemoteMessage::AddFont(const ServerFont& font) in AddFont() 131 RemoteMessage::AddDrawState(const DrawState& drawState) in AddDrawState() 148 RemoteMessage::AddArrayLine(const ViewLineArrayInfo& line) in AddArrayLine() 157 RemoteMessage::AddCursor(const ServerCursor& cursor) in AddCursor() 165 RemoteMessage::AddPattern(const Pattern& pattern) in AddPattern() 173 RemoteMessage::AddBitmap(const BBitmap& bitmap) in AddBitmap() 196 RemoteMessage::AddGradient(const BGradient& gradient) in AddGradient() [all …]
|
H A D | RemoteEventStream.h | 16 class RemoteMessage; variable 31 bool EventReceived(RemoteMessage& message);
|
H A D | RemoteHWInterface.cpp | 234 RemoteMessage message(fReceiveBuffer.Get(), NULL); in _EventThread() 256 RemoteMessage reply(NULL, fSendBuffer.Get()); in _EventThread() 284 RemoteMessage reply(NULL, fSendBuffer.Get()); in _EventThread() 351 RemoteMessage message(NULL, fSendBuffer.Get()); in _Disconnect() 518 RemoteMessage message(NULL, fSendBuffer.Get()); in SetCursor() 528 RemoteMessage message(NULL, fSendBuffer.Get()); in SetCursorVisible() 538 RemoteMessage message(NULL, fSendBuffer.Get()); in MoveCursorTo() 550 RemoteMessage message(NULL, fSendBuffer.Get()); in SetDragBitmap() 580 RemoteMessage message(NULL, fSendBuffer.Get()); in InvalidateRegion() 590 RemoteMessage message(NULL, fSendBuffer.Get()); in Invalidate()
|
H A D | Jamfile | 16 Includes [ FGristFiles RemoteDrawingEngine.cpp RemoteMessage.cpp 27 RemoteMessage.cpp
|
H A D | RemoteHWInterface.h | 22 class RemoteMessage; variable 88 typedef bool (*CallbackFunction)(void* cookie, RemoteMessage& message);
|
H A D | RemoteEventStream.cpp | 94 RemoteEventStream::EventReceived(RemoteMessage& message) in EventReceived()
|
H A D | RemoteDrawingEngine.h | 158 RemoteMessage& message);
|
/haiku/src/apps/remotedesktop/ |
H A D | Jamfile | 14 RemoteMessage.cpp 25 SEARCH on [ FGristFiles NetReceiver.cpp NetSender.cpp RemoteMessage.cpp
|
H A D | RemoteView.cpp | 283 RemoteMessage message(NULL, fSendBuffer); in MessageReceived() 297 RemoteMessage message(NULL, fSendBuffer); in MessageReceived() 312 RemoteMessage message(NULL, fSendBuffer); in _SendMouseMessage() 337 RemoteMessage message(NULL, fSendBuffer); in _SendKeyMessage() 439 RemoteMessage reply(NULL, fSendBuffer); in _DrawThread() 440 RemoteMessage message(fReceiveBuffer, NULL); in _DrawThread()
|
/haiku/src/tools/html5_remote_desktop/ |
H A D | HaikuRemoteDesktop.js | 950 function RemoteMessage(socket) class 956 RemoteMessage.staticRemoteColor = new RemoteColor(); 959 RemoteMessage.prototype.allocate = function(bufferSize) 966 RemoteMessage.prototype.ensureBufferSize = function(bufferSize) 973 RemoteMessage.prototype.attach = function(buffer, byteOffset) 990 RemoteMessage.prototype.code = function() 996 RemoteMessage.prototype.size = function() 1002 RemoteMessage.prototype.start = function(code) 1011 RemoteMessage.prototype.flush = function() 1018 RemoteMessage.prototype.readColor = function(unsetAlpha) [all …]
|
/haiku/src/tests/servers/app/ |
H A D | Jamfile | 65 RemoteMessage.cpp
|