Searched refs:hotspot (Results 1 - 14 of 14) sorted by relevance

/haiku/src/servers/app/
H A DCursorSet.h30 status_t AddCursor(BCursorID which,const BBitmap *cursor, const BPoint &hotspot);
33 status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
H A DCursorSet.cpp87 \param hotspot The recipient of the hotspot for the cursor
95 const BPoint &hotspot)
112 message.AddPoint("hotspot", hotspot);
137 BPoint hotspot(data[2], data[3]);
139 status_t result = AddCursor(which, bitmap.Get(), hotspot);
160 \param hotspot The recipient of the hotspot for the cursor
185 BPoint hotspot; local
94 AddCursor(BCursorID which, const BBitmap *cursor, const BPoint &hotspot) argument
238 BPoint hotspot; local
[all...]
H A DServerCursor.cpp38 \param hotspot Hotspot of the cursor
44 BPoint hotspot, int32 bytesPerRow, screen_id screen)
47 fHotSpot(hotspot),
177 /*! \brief Sets the cursor's hotspot
178 \param pt New location of hotspot, constrained to the cursor's boundaries.
43 ServerCursor(BRect r, color_space format, int32 flags, BPoint hotspot, int32 bytesPerRow, screen_id screen) argument
H A DServerCursor.h26 int32 flags, BPoint hotspot,
H A DCursorManager.h40 BPoint hotspot, int32 bytesPerRow = -1);
H A DCursorManager.cpp133 int32 flags, BPoint hotspot, int32 bytesPerRow)
139 hotspot, bytesPerRow);
132 CreateCursor(team_id clientTeam, BRect r, color_space format, int32 flags, BPoint hotspot, int32 bytesPerRow) argument
H A DServerApp.cpp1216 BPoint hotspot; local
1220 && link.Read<BPoint>(&hotspot) == B_OK
1231 fClientTeam, cursorRect, colorspace, 0, hotspot);
/haiku/src/tests/kits/app/bcursor/
H A DBCursorTester.cpp108 BCursor(BBitmap *bitmap, BPoint* hotspot)
117 BPoint hotspot(0, 0);
119 get_mouse_bitmap(&bitmap, &hotspot);
120 hotspot.x += 1;
121 hotspot.y += 1;
122 BCursor cur(bitmap, hotspot);
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp120 BPoint hotspot(8, 8);
121 BCursor cursor(bitmap, hotspot);
/haiku/headers/os/app/
H A DCursor.h54 const BPoint& hotspot);
/haiku/src/kits/app/
H A DCursor.cpp91 BCursor::BCursor(const BBitmap* bitmap, const BPoint& hotspot) argument
110 link.Attach<BPoint>(hotspot);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1182 get_mouse_bitmap(BBitmap** bitmap, BPoint* hotspot) argument
1184 if (bitmap == NULL && hotspot == NULL)
1208 if (hotspot == NULL) {
1212 link.Read<BPoint>(hotspot);
/haiku/headers/os/interface/
H A DInterfaceDefs.h475 status_t get_mouse_bitmap(BBitmap** bitmap, BPoint* hotspot);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp911 BPoint hotspot(fCursor->GetHotSpot());
912 // the hotspot is at the origin
913 cursorFrame.OffsetTo(-hotspot.x, -hotspot.y);

Completed in 177 milliseconds