Searched refs:GetHotSpot (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/
H A DServerCursor.h39 BPoint GetHotSpot() const function in class:ServerCursor
H A DServerApp.cpp1337 fLink.Attach<BPoint>(cursor->GetHotSpot());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp159 Add(cursor.GetHotSpot());
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp870 frame.OffsetTo(fCursorLocation - fCursorAndDragBitmap->GetHotSpot());
911 BPoint hotspot(fCursor->GetHotSpot());
H A DDrawingEngine.cpp1500 cursorPosition -= bounds.LeftTop() + cursor->GetHotSpot();
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1418 uint16 xHotSpot = (uint16)cursor->GetHotSpot().x;
1419 uint16 yHotSpot = (uint16)cursor->GetHotSpot().y;

Completed in 44 milliseconds