Searched refs:cursor (Results 76 - 100 of 100) sorted by relevance

1234

/haiku/src/servers/app/
H A DView.h162 void SetCursor(ServerCursor* cursor);
H A DDesktop.h104 // Mouse and cursor methods
106 void SetCursor(ServerCursor* cursor);
H A DView.cpp1016 View::SetCursor(ServerCursor* cursor) argument
1018 if (cursor == fCursor)
1021 fCursor.SetTo(cursor, false);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h93 // cursor handling
94 virtual void SetCursor(ServerCursor* cursor);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1046 BCursor cursor(B_CURSOR_ID_FOLLOW_LINK);
1047 fView->SetViewCursor(&cursor);
1057 BCursor cursor(B_CURSOR_ID_SYSTEM_DEFAULT);
1058 fView->SetViewCursor(&cursor);
H A DTermView.h208 Highlight* highlight, bool cursor,
H A DTermView.cpp882 // make sure the cursor becomes visible
1026 // make sure the cursor becomes visible
1039 char *buf, int32 width, Highlight* highlight, bool cursor, BView *inView)
1064 if (cursor) {
2046 // invalidate the current cursor position before scrolling
2249 //! Gets dropped file full path and display it at cursor position.
2409 // invalidate the current cursor position before scrolling
2467 // invalidate cursor, if it changed
2468 TermPos cursor = fTextBuffer->Cursor(); local
2469 if (fCursor != cursor || linesScrolle
1038 _DrawLinePart(float x1, float y1, Attributes attr, char *buf, int32 width, Highlight* highlight, bool cursor, BView *inView) argument
[all...]
/haiku/src/libs/glut/
H A Dglutint.h351 int cursor; /* cursor name */ member in struct:_GLUTwindow
814 void __glutSetCursor(int cursor);
H A DglutWindow.cpp95 cursor = GLUT_CURSOR_INHERIT; // default cursor
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp303 BCursor cursor(kEmptyCursor);
304 fView->SetViewCursor(&cursor, true);
H A DDWindowHWInterface.cpp207 BCursor cursor(kEmptyCursor);
208 fView->SetViewCursor(&cursor, true);
598 // cursor
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp49 BCursor cursor(cursorData);
50 view->SetViewCursor(&cursor);
/haiku/src/apps/glteapot/
H A DObjectView.cpp550 BCursor cursor(object != NULL
552 SetViewCursor(&cursor);
/haiku/src/kits/app/
H A DApplication.cpp904 BCursor cursor(cursorData);
905 SetCursor(&cursor, true);
906 // forces the cursor to be sync'ed
911 BApplication::SetCursor(const BCursor* cursor, bool sync) argument
916 link.Attach<int32>(cursor->fServerToken);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp121 HWInterface::SetCursor(ServerCursor* cursor) argument
126 if (fCursor.Get() != cursor) {
129 fCursor.SetTo(cursor);
225 // unhide cursor if it is obscured only
233 // anything if the cursor is hidden
234 // (invalid cursor frame), but explicitly
237 // means we have a software cursor which we need to draw
479 // do not unlock the cursor lock
533 /*! Default implementation, can be used as fallback or for software cursor.
534 \param area is where we potentially draw the cursor, th
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c229 /* See if the cursor has moved since */
737 state->mode.cursor = val;
840 reply = state->mode.cursor;
1300 case 6: // CPR - cursor position report
1316 case INTERMED(' ', 0x71): // DECSCUSR - DEC set cursor shape
1640 state->mode.cursor = 0;
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h266 // info about cursor
268 uint8* data; // pointer to framebuffer containing cursor image
277 bool is_visible; // official flag whether cursor is visible
306 bool cursor_on_screen; // cursor is visible on this head
405 cursor_info cursor; member in struct:__anon25
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c300 di->vc->cursor.mem_handle = 0;
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css567 cursor: help;
/haiku/headers/libs/glut/GL/
H A Dglut.h513 /* Symbolic cursor shapes. */
536 /* Blank cursor. */
588 GLUTAPI void GLUTAPIENTRY glutSetCursor(int cursor);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1019 BCursor cursor(cursorData);
1020 fCanvasView->SetViewCursor(&cursor, true);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1241 BCursor cursor(IsEnabled()
1243 SetViewCursor(&cursor);
/haiku/headers/os/interface/
H A DView.h257 void SetViewCursor(const BCursor* cursor,
/haiku/src/kits/interface/
H A DView.cpp1198 BView::SetViewCursor(const BCursor* cursor, bool sync) argument
1200 if (cursor == NULL || fOwner == NULL)
1206 info.cursorToken = cursor->fServerToken;
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1720 console.warn('draw cursor in read bitmap not supported');
1933 this.container.style.cursor = 'none';

Completed in 156 milliseconds

1234