Home
last modified time | relevance | path

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

/haiku/src/preferences/filetypes/
H A DIconView.h159 BPoint fDragPoint; variable
H A DIconView.cpp849 fDragPoint = where; in MouseDown()
904 && (abs((int32)(where.x - fDragPoint.x)) > 3 in MouseMoved()
905 || abs((int32)(where.y - fDragPoint.y)) > 3)) { in MouseMoved()
940 fDragPoint - BitmapRect().LeftTop(), this); in MouseMoved()