Searched refs:fCursorFrame (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp204 && fCursorFrame.Intersects(updateRect)) {
205 DrawBitmap(fOffscreenBitmap, fCursorFrame, fCursorFrame);
207 DrawBitmap(fCursorBitmap, fCursorFrame.LeftTop());
512 Invalidate(fCursorFrame);
515 fCursorFrame.right = fCursorFrame.left
517 fCursorFrame.bottom = fCursorFrame.bottom
520 fCursorFrame
[all...]
H A DRemoteView.h81 BRect fCursorFrame; member in class:RemoteView

Completed in 65 milliseconds