Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DCursorSet.cpp170 CursorSet::FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot) in FindCursor() argument
172 if (_cursor == NULL || _hotspot == NULL) in FindCursor()
204 *_cursor = bitmap; in FindCursor()
223 CursorSet::FindCursor(BCursorID which, ServerCursor **_cursor) const in FindCursor()
225 if (_cursor == NULL) in FindCursor()
258 *_cursor = cursor; in FindCursor()