Searched refs:fLastMousePos (Results 1 - 18 of 18) sorted by relevance

/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp22 fLastMousePos(0.0, 0.0)
40 BPoint fLastMousePos; member in class:TestView
83 fLastMousePos = where;
100 BPoint offset = fLastMousePos - where;
102 fLastMousePos = where + offset;
/haiku/src/tests/servers/app/following/
H A Dmain.cpp27 fLastMousePos(0.0, 0.0)
48 BPoint fLastMousePos; member in class:TestView
83 fLastMousePos = where;
99 BPoint offset = where - fLastMousePos;
103 // fLastMousePos stays fixed
107 fLastMousePos = where;
111 fLastMousePos = where;
115 fLastMousePos = where;
/haiku/src/tests/servers/app/playground/
H A DObjectView.h76 BPoint fLastMousePos; member in class:ObjectView
H A DObjectView.cpp59 fLastMousePos(0.0, 0.0)
276 fLastMousePos = where;
323 BPoint offset = fLastMousePos - where;
325 fLastMousePos = where + offset;
327 BPoint offset = fLastMousePos - where;
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp20 fLastMousePos(-1.0, -1.0),
57 fLastMousePos = where;
107 int32 dx = (int32)(where.x - fLastMousePos.x);
108 int32 dy = (int32)(where.y - fLastMousePos.y);
109 fLastMousePos = where;
129 fDrawingEngine->StrokeLine(fLastMousePos, where, (rgb_color){ 0, 0, 0, 255 });
130 fLastMousePos = where;
H A DDesktop.h108 BPoint fLastMousePos; member in class:Desktop
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp70 fLastMousePos(-1, -1),
291 || !fChartFrame.InsetByCopy(1, 1).Contains(fLastMousePos)) {
295 _Zoom(fLastMousePos.x, deltaY);
358 fLastMousePos = where;
H A DChart.h112 BPoint fLastMousePos; member in class:Chart
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp100 BPoint fLastMousePos; member in class:TestView
123 fLastMousePos(-1.0, -1.0)
282 fLastMousePos = where;
299 BPoint offset = where - fLastMousePos;
354 fLastMousePos = where;
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h115 BPoint fLastMousePos; member in class:DragSortableListView
H A DListViews.cpp485 fLastMousePos = where;
538 SetDropTargetRect(&fDragMessageCopy, fLastMousePos);
/haiku/src/apps/mediaplayer/
H A DMainWin.h181 BPoint fLastMousePos; member in class:MainWin
H A DMainWin.cpp273 fLastMousePos(0, 0),
2278 BPoint moveDelta = mousePos - fLastMousePos;
2289 fLastMousePos = mousePos;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h119 BPoint fLastMousePos; member in class:DragSortableListView
H A DListViews.cpp304 fLastMousePos = where;
395 SetDropTargetRect(&fDragMessageCopy, fLastMousePos);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h271 BPoint fLastMousePos; member in class:BrowserWindow
H A DBrowserWindow.cpp782 message->FindPoint("where", &fLastMousePos);
2475 if (fLastMousePos.y == 0)
2478 && fLastMousePos.y > fNavigationGroup->Frame().bottom
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp648 fLastMousePos(-1, -1),
750 _Zoom(fLastMousePos.x, deltaY);
762 fLastMousePos = where - LeftTop();
1584 BPoint fLastMousePos; local

Completed in 185 milliseconds