Symbol: SetPenLocation
headers/private/interface/PicturePlayer.h
172
virtual void SetPenLocation(const BPoint& location) {}
headers/private/print/PictureIterator.h
72
virtual void SetPenLocation(BPoint pt) { }
headers/private/print/PicturePrinter.h
71
virtual void SetPenLocation(BPoint pt);
headers/private/print/Template.h
66
virtual void SetPenLocation(BPoint pt);
src/kits/interface/PicturePlayer.cpp
1319
callbacks.SetPenLocation(*location);
src/kits/interface/PicturePlayer.cpp
65
virtual void SetPenLocation(const BPoint& location);
src/kits/print/PictureIterator.cpp
63
static void _SetPenLocation(void *p, BPoint pt) { return ((PictureIterator *) p)->SetPenLocation(pt); }
src/servers/app/DrawState.h
133
void SetPenLocation(BPoint location);
src/servers/app/PictureBoundingBoxPlayer.cpp
174
virtual void SetPenLocation(const BPoint& location);
src/servers/app/PictureBoundingBoxPlayer.cpp
270
fState->GetDrawState()->SetPenLocation(
src/servers/app/PictureBoundingBoxPlayer.cpp
308
fState->GetDrawState()->SetPenLocation(_end);
src/servers/app/PictureBoundingBoxPlayer.cpp
464
fState->GetDrawState()->SetPenLocation(location);
src/servers/app/PictureBoundingBoxPlayer.cpp
567
fState->GetDrawState()->SetPenLocation(pt);
src/servers/app/ServerPicture.cpp
268
virtual void SetPenLocation(const BPoint& location);
src/servers/app/ServerPicture.cpp
355
fCanvas->CurrentState()->SetPenLocation(
src/servers/app/ServerPicture.cpp
371
fCanvas->CurrentState()->SetPenLocation(_end);
src/servers/app/ServerPicture.cpp
583
fCanvas->CurrentState()->SetPenLocation(_end);
src/servers/app/ServerPicture.cpp
603
fCanvas->CurrentState()->SetPenLocation(location);
src/servers/app/ServerPicture.cpp
628
fCanvas->CurrentState()->SetPenLocation(location);
src/servers/app/ServerPicture.cpp
761
fCanvas->CurrentState()->SetPenLocation(pt);
src/servers/app/ServerWindow.cpp
1710
fCurrentView->CurrentState()->SetPenLocation(location);
src/servers/app/ServerWindow.cpp
2556
fCurrentView->CurrentState()->SetPenLocation(penPos);
src/servers/app/ServerWindow.cpp
2591
fCurrentView->CurrentState()->SetPenLocation(penPos);
src/servers/app/ServerWindow.cpp
3177
fCurrentView->CurrentState()->SetPenLocation(penLocation);
src/servers/app/ServerWindow.cpp
3221
fCurrentView->CurrentState()->SetPenLocation(penLocation);
src/servers/app/ServerWindow.cpp
3339
fCurrentView->CurrentState()->SetPenLocation(location);
src/servers/app/ServerWindow.cpp
3787
fCurrentView->CurrentState()->SetPenLocation(penPos);
src/servers/app/ServerWindow.cpp
3807
fCurrentView->CurrentState()->SetPenLocation(penPos);
src/servers/app/ServerWindow.cpp
3903
fCurrentView->CurrentState()->SetPenLocation(penLocation);
src/servers/app/ServerWindow.cpp
3954
fCurrentView->CurrentState()->SetPenLocation(penLocation);
src/tests/servers/app/painter/Painter.cpp
161
SetPenLocation(data->penlocation);
src/tests/servers/app/painter/Painter.cpp
310
SetPenLocation(b);
src/tests/servers/app/painter/Painter.cpp
314
SetPenLocation(b);
src/tests/servers/app/painter/Painter.cpp
325
SetPenLocation(b);
src/tests/servers/app/painter/Painter.h
53
void SetPenLocation(const BPoint& location);
src/tests/servers/app/painter/Painter.h
60
{ SetPenLocation(location); }