Symbol: ConvertFromScreen
headers/os/interface/View.h
218
void ConvertFromScreen(BPoint* point) const;
headers/os/interface/View.h
219
BPoint ConvertFromScreen(BPoint point) const;
headers/os/interface/View.h
222
void ConvertFromScreen(BRect* rect) const;
headers/os/interface/View.h
223
BRect ConvertFromScreen(BRect rect) const;
headers/os/interface/Window.h
162
void ConvertFromScreen(BPoint* point) const;
headers/os/interface/Window.h
163
BPoint ConvertFromScreen(BPoint point) const;
headers/os/interface/Window.h
166
void ConvertFromScreen(BRect* rect) const;
headers/os/interface/Window.h
167
BRect ConvertFromScreen(BRect rect) const;
src/apps/activitymonitor/ActivityView.cpp
1077
ConvertFromScreen(&dropPoint);
src/apps/cortex/DiagramView/DiagramView.cpp
228
BPoint point = ConvertFromScreen(message->DropPoint());
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
281
m_lastDropPoint = Align(ConvertFromScreen(dropPoint - dropOffset));
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
299
_checkDroppedFile(&fileRef, ConvertFromScreen(message->DropPoint()));
src/apps/cortex/TipManager/TipManagerImpl.cpp
470
(*it)->target()->ConvertFromScreen(screenPoint),
src/apps/cortex/TipManager/TipManagerImpl.cpp
923
found.first->ConvertFromScreen(m_lastMousePoint))) {
src/apps/deskbar/BarView.cpp
902
BPoint expandoLocation = fExpandoMenuBar->ConvertFromScreen(loc);
src/apps/deskbar/BarView.cpp
954
deskbarMenu->ConvertFromScreen(&location);
src/apps/deskbar/BarView.cpp
962
expandoMenuBar->ConvertFromScreen(&location);
src/apps/deskcalc/CalcView.cpp
862
BPoint dropPoint = ConvertFromScreen(message->DropPoint());
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
142
ConvertFromScreen(&where);
src/apps/terminal/ThemeView.cpp
296
if (fAttrList->Bounds().Contains(fAttrList->ConvertFromScreen(dropLoc))) {
src/apps/terminal/ThemeView.cpp
298
int32 index = fAttrList->IndexOf(fAttrList->ConvertFromScreen(dropLoc));
src/apps/terminal/ThemeView.cpp
306
} else if (fColorPreview->Bounds().Contains(fColorPreview->ConvertFromScreen(dropLoc))
src/apps/terminal/ThemeView.cpp
307
|| fPicker->Bounds().Contains(fPicker->ConvertFromScreen(dropLoc))) {
src/apps/webpositive/DownloadWindow.cpp
218
view->ConvertFromScreen(&viewWhere);
src/bin/mail_utils/spamdbm.cpp
7803
ConvertFromScreen (&WhereDropped);
src/kits/interface/ColumnListView.cpp
4165
ConvertFromScreen(message->DropPoint()));
src/kits/interface/Dragger.cpp
351
DragMessage(&archive, ConvertFromScreen(
src/kits/interface/Menu.cpp
1414
ConvertFromScreen(fExtraRect);
src/kits/interface/Menu.cpp
2315
bool isLeft = ConvertFromScreen(navAreaRectAbove).left == 0;
src/kits/interface/MenuWindow.cpp
523
const BPoint cursor = ConvertFromScreen(where);
src/kits/interface/Shelf.cpp
1454
frame.OffsetTo(fContainerView->ConvertFromScreen(dropPoint) - offset);
src/kits/interface/Shelf.cpp
457
point = mouseView->ConvertFromScreen(point - offset);
src/kits/interface/TextView.cpp
862
ConvertFromScreen(&dropPoint);
src/kits/interface/TextView.cpp
863
ConvertFromScreen(&dropOffset);
src/kits/interface/View.cpp
1005
ConvertFromScreen(&offset);
src/kits/interface/View.cpp
1013
ConvertFromScreen(&rect);
src/kits/interface/View.cpp
1608
ConvertFromScreen(_location);
src/kits/interface/View.cpp
1633
ConvertFromScreen(&location);
src/kits/interface/View.cpp
6706
ConvertFromScreen(&updateRect);
src/kits/interface/View.cpp
6728
ConvertFromScreen(&updateRect);
src/kits/interface/View.cpp
954
fOwner->ConvertFromScreen(point);
src/kits/interface/View.cpp
977
ConvertFromScreen(&point);
src/kits/interface/Window.cpp
3453
message->AddPoint("where", ConvertFromScreen(where));
src/kits/interface/Window.cpp
3458
BPoint viewWhere = view->ConvertFromScreen(where);
src/kits/interface/Window.cpp
3499
view->ConvertFromScreen(where));
src/kits/tracker/PoseView.cpp
3376
location = ConvertFromScreen(location);
src/kits/tracker/PoseView.cpp
4483
ConvertFromScreen(&dropPoint);
src/kits/tracker/infowindow/HeaderView.cpp
530
&& fIconRect.Contains(ConvertFromScreen(message->DropPoint()))
src/preferences/appearance/ColorsView.cpp
119
if (fAttrList->Bounds().Contains(fAttrList->ConvertFromScreen(dropLoc))) {
src/preferences/appearance/ColorsView.cpp
121
int32 index = fAttrList->IndexOf(fAttrList->ConvertFromScreen(dropLoc));
src/preferences/appearance/ColorsView.cpp
129
} else if (fColorPreview->Bounds().Contains(fColorPreview->ConvertFromScreen(dropLoc))
src/preferences/appearance/ColorsView.cpp
130
|| fPicker->Bounds().Contains(fPicker->ConvertFromScreen(dropLoc))) {
src/preferences/mail/FilterConfigView.cpp
149
ConvertFromScreen(&point);