Symbol: PenLocation
headers/os/interface/View.h
344
BPoint PenLocation() const;
src/apps/deskbar/TeamMenuItem.cpp
356
BPoint penLocation = menu->PenLocation();
src/apps/deskbar/WindowMenuItem.cpp
192
BPoint penLocation = menu->PenLocation();
src/apps/remotedesktop/RemoteView.cpp
1317
reply.Add(offscreen->PenLocation());
src/apps/remotedesktop/RemoteView.cpp
1323
BRect bounds(point, offscreen->PenLocation());
src/apps/remotedesktop/RemoteView.cpp
1347
reply.Add(offscreen->PenLocation());
src/kits/interface/MenuItem.cpp
401
BPoint lineStart = fSuper->PenLocation();
src/kits/interface/TextView.cpp
4539
float penPos = PenLocation().x - fTextRect.left;
src/kits/interface/View.cpp
2357
PenLocation();
src/kits/interface/View.cpp
3121
DrawBitmapAsync(bitmap, PenLocation());
src/kits/interface/View.cpp
3169
DrawBitmap(bitmap, PenLocation());
src/kits/interface/View.cpp
3208
DrawString(&c, 1, PenLocation());
src/kits/interface/View.cpp
3225
DrawString(string, strlen(string), PenLocation(), delta);
src/kits/interface/View.cpp
3242
DrawString(string, length, PenLocation(), delta);
src/kits/interface/View.cpp
4301
StrokeLine(PenLocation(), toPoint, pattern);
src/kits/interface/View.cpp
4331
StrokeLine(PenLocation(), toPoint, gradient);
src/kits/interface/View.cpp
4689
DrawPictureAsync(picture, PenLocation());
src/kits/interface/View.cpp
4722
DrawPictureAsync(picture, PenLocation());
src/kits/interface/View.cpp
669
ret = data->AddPoint("_ploc", PenLocation());
src/preferences/filetypes/AttributeListView.cpp
232
owner->PenLocation().y);
src/servers/app/DrawState.h
134
BPoint PenLocation() const;
src/servers/app/PictureBoundingBoxPlayer.cpp
271
fState->GetDrawState()->PenLocation() + delta);
src/servers/app/PictureBoundingBoxPlayer.cpp
457
BPoint location = fState->GetDrawState()->PenLocation();
src/servers/app/ServerPicture.cpp
1176
WriteSetPenLocation(canvas->CurrentState()->PenLocation());
src/servers/app/ServerPicture.cpp
215
BPoint screenOffset = fCanvas->CurrentState()->PenLocation();
src/servers/app/ServerPicture.cpp
356
fCanvas->CurrentState()->PenLocation() + delta);
src/servers/app/ServerPicture.cpp
596
BPoint location = fCanvas->CurrentState()->PenLocation();
src/servers/app/ServerWindow.cpp
1715
BPoint location = fCurrentView->CurrentState()->PenLocation();
src/servers/app/ServerWindow.cpp
3003
= fCurrentView->CurrentState()->PenLocation();
src/servers/app/ServerWindow.cpp
3044
= fCurrentView->CurrentState()->PenLocation();
src/servers/app/ServerWindow.cpp
3748
= fCurrentView->CurrentState()->PenLocation();
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
81
owner->MovePenTo(owner->PenLocation().x, baseLine);