Home
last modified time | relevance | path

Searched refs:FindCursor (Results 1 – 6 of 6) sorted by relevance

/haiku/src/servers/app/
H A DCursorSet.h33 status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
34 status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
H A DCursorSet.cpp170 CursorSet::FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot) in FindCursor() function in CursorSet
223 CursorSet::FindCursor(BCursorID which, ServerCursor **_cursor) const in FindCursor() function in CursorSet
H A DCursorManager.h51 ServerCursor* FindCursor(int32 token);
H A DCursorManager.cpp363 CursorManager::FindCursor(int32 token) in FindCursor() function in CursorManager
403 if (set.FindCursor(id, &cursor) == B_OK) { in _LoadCursor()
H A DServerApp.cpp1097 fAppCursor.SetTo(fDesktop->GetCursorManager().FindCursor(token), false); in _DispatchMessage()
1121 BReference<ServerCursor> cursor(fDesktop->GetCursorManager().FindCursor( in _DispatchMessage()
1267 = fDesktop->GetCursorManager().FindCursor(token); in _DispatchMessage()
1309 = fDesktop->GetCursorManager().FindCursor(token); in _DispatchMessage()
/haiku/docs/develop/servers/app_server/
H A DCursorManager.rst132 2. Call FindCursor and, if NULL, release the cursor lock and return