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

/haiku/src/apps/switcher/
H A DLaunchButton.h78 BPoint fDragStart; member in class:LaunchButton
H A DLaunchButton.cpp170 fDragStart = where;
/haiku/src/apps/launchbox/
H A DLaunchButton.h81 BPoint fDragStart; member in class:LaunchButton
H A DLaunchButton.cpp176 fDragStart = where;
215 BPoint diff = where - fDragStart;
245 DragMessage(&message, bitmap, B_OP_ALPHA, fDragStart);
/haiku/src/apps/diskusage/
H A DPieView.h93 BPoint fDragStart; member in class:PieView
H A DPieView.cpp230 fDragStart = where;
286 BPoint diff = where - fDragStart;

Completed in 95 milliseconds