Symbol: fLastMousePos
src/apps/debuganalyzer/gui/chart/Chart.cpp
291
|| !fChartFrame.InsetByCopy(1, 1).Contains(fLastMousePos)) {
src/apps/debuganalyzer/gui/chart/Chart.cpp
295
_Zoom(fLastMousePos.x, deltaY);
src/apps/debuganalyzer/gui/chart/Chart.cpp
358
fLastMousePos = where;
src/apps/debuganalyzer/gui/chart/Chart.cpp
70
fLastMousePos(-1, -1),
src/apps/debuganalyzer/gui/chart/Chart.h
112
BPoint fLastMousePos;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1584
BPoint fLastMousePos;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
648
fLastMousePos(-1, -1),
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
750
_Zoom(fLastMousePos.x, deltaY);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
762
fLastMousePos = where - LeftTop();
src/apps/icon-o-matic/generic/gui/ListViews.cpp
304
fLastMousePos = where;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
395
SetDropTargetRect(&fDragMessageCopy, fLastMousePos);
src/apps/icon-o-matic/generic/gui/ListViews.h
119
BPoint fLastMousePos;
src/apps/mediaplayer/MainWin.cpp
2279
BPoint moveDelta = mousePos - fLastMousePos;
src/apps/mediaplayer/MainWin.cpp
2290
fLastMousePos = mousePos;
src/apps/mediaplayer/MainWin.cpp
273
fLastMousePos(0, 0),
src/apps/mediaplayer/MainWin.h
181
BPoint fLastMousePos;
src/apps/mediaplayer/playlist/ListViews.cpp
485
fLastMousePos = where;
src/apps/mediaplayer/playlist/ListViews.cpp
538
SetDropTargetRect(&fDragMessageCopy, fLastMousePos);
src/apps/mediaplayer/playlist/ListViews.h
115
BPoint fLastMousePos;
src/apps/webpositive/BrowserWindow.cpp
2479
if (fLastMousePos.y == 0)
src/apps/webpositive/BrowserWindow.cpp
2482
&& fLastMousePos.y > fNavigationGroup->Frame().bottom
src/apps/webpositive/BrowserWindow.cpp
781
message->FindPoint("where", &fLastMousePos);
src/apps/webpositive/BrowserWindow.h
269
BPoint fLastMousePos;
src/tests/servers/app/bitmap_drawing/main.cpp
100
BPoint fLastMousePos;
src/tests/servers/app/bitmap_drawing/main.cpp
282
fLastMousePos = where;
src/tests/servers/app/bitmap_drawing/main.cpp
299
BPoint offset = where - fLastMousePos;
src/tests/servers/app/bitmap_drawing/main.cpp
354
fLastMousePos = where;
src/tests/servers/app/following/main.cpp
107
fLastMousePos = where;
src/tests/servers/app/following/main.cpp
111
fLastMousePos = where;
src/tests/servers/app/following/main.cpp
115
fLastMousePos = where;
src/tests/servers/app/following/main.cpp
48
BPoint fLastMousePos;
src/tests/servers/app/following/main.cpp
83
fLastMousePos = where;
src/tests/servers/app/following/main.cpp
99
BPoint offset = where - fLastMousePos;
src/tests/servers/app/newerClipping/Desktop.cpp
107
int32 dx = (int32)(where.x - fLastMousePos.x);
src/tests/servers/app/newerClipping/Desktop.cpp
108
int32 dy = (int32)(where.y - fLastMousePos.y);
src/tests/servers/app/newerClipping/Desktop.cpp
109
fLastMousePos = where;
src/tests/servers/app/newerClipping/Desktop.cpp
129
fDrawingEngine->StrokeLine(fLastMousePos, where, (rgb_color){ 0, 0, 0, 255 });
src/tests/servers/app/newerClipping/Desktop.cpp
130
fLastMousePos = where;
src/tests/servers/app/newerClipping/Desktop.cpp
20
fLastMousePos(-1.0, -1.0),
src/tests/servers/app/newerClipping/Desktop.cpp
57
fLastMousePos = where;
src/tests/servers/app/newerClipping/Desktop.h
108
BPoint fLastMousePos;
src/tests/servers/app/playground/ObjectView.cpp
276
fLastMousePos = where;
src/tests/servers/app/playground/ObjectView.cpp
323
BPoint offset = fLastMousePos - where;
src/tests/servers/app/playground/ObjectView.cpp
325
fLastMousePos = where + offset;
src/tests/servers/app/playground/ObjectView.cpp
327
BPoint offset = fLastMousePos - where;
src/tests/servers/app/playground/ObjectView.h
76
BPoint fLastMousePos;
src/tests/servers/app/scrolling/main.cpp
100
BPoint offset = fLastMousePos - where;
src/tests/servers/app/scrolling/main.cpp
102
fLastMousePos = where + offset;
src/tests/servers/app/scrolling/main.cpp
40
BPoint fLastMousePos;
src/tests/servers/app/scrolling/main.cpp
83
fLastMousePos = where;