Home
last modified time | relevance | path

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

/dports/games/warmux/warmux-11.04/src/graphic/
H A Dsprite.cpp126 void Sprite::SetRotation_HotSpot(const Point2i& new_hotspot) in SetRotation_HotSpot() argument
129 rhs_pos = new_hotspot; in SetRotation_HotSpot()
196 Point2i new_hotspot = center + new_hotspot_delta_i; in Calculate_Rotation_Offset() local
198 rotation_point -= new_hotspot; in Calculate_Rotation_Offset()
H A Dsprite.h160 void SetRotation_HotSpot(const Point2i& new_hotspot);
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.cpp1290 QPointF new_hotspot = hotspot.toPoint() + rect().topLeft() - old_topleft; in startDragging() local
1298 mimeData->hotSpot = new_hotspot; in startDragging()
1362 qreal hx = new_hotspot.toPoint().x()-rect().left(); in startDragging()
1363 qreal hy = new_hotspot.toPoint().y()-rect().top(); in startDragging()