Searched refs:SetPenLocation (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/print/
H A DTemplate.h66 virtual void SetPenLocation(BPoint pt);
H A DPictureIterator.h72 virtual void SetPenLocation(BPoint pt) { } function in class:PictureIterator
H A DPicturePrinter.h71 virtual void SetPenLocation(BPoint pt);
/haiku/src/kits/print/
H A DTemplate.cpp144 void Template::SetPenLocation(BPoint pt) { function in class:Template
H A DPictureIterator.cpp63 static void _SetPenLocation(void *p, BPoint pt) { return ((PictureIterator *) p)->SetPenLocation(pt); }
123 (void *)_SetPenLocation, // 29 SetPenLocation(void *user, BPoint pt)
H A DPicturePrinter.cpp257 void PicturePrinter::SetPenLocation(BPoint pt) { function in class:PicturePrinter
258 Indent(); Print("SetPenLocation"); Print(&pt); Cr();
/haiku/src/servers/app/
H A DDrawState.h133 void SetPenLocation(BPoint location);
H A DPictureBoundingBoxPlayer.cpp190 state->GetDrawState()->SetPenLocation(
230 state->GetDrawState()->SetPenLocation(_end);
422 state->GetDrawState()->SetPenLocation(location);
537 state->GetDrawState()->SetPenLocation(pt);
H A DServerPicture.cpp273 canvas->CurrentState()->SetPenLocation(
290 canvas->CurrentState()->SetPenLocation(_end);
534 canvas->CurrentState()->SetPenLocation(location);
560 canvas->CurrentState()->SetPenLocation(location);
707 canvas->CurrentState()->SetPenLocation(pt);
H A DServerWindow.cpp1709 fCurrentView->CurrentState()->SetPenLocation(location);
2559 fCurrentView->CurrentState()->SetPenLocation(penPos);
3113 fCurrentView->CurrentState()->SetPenLocation(penLocation);
3157 fCurrentView->CurrentState()->SetPenLocation(penLocation);
3275 fCurrentView->CurrentState()->SetPenLocation(location);
3723 fCurrentView->CurrentState()->SetPenLocation(penPos);
3819 fCurrentView->CurrentState()->SetPenLocation(penLocation);
3870 fCurrentView->CurrentState()->SetPenLocation(penLocation);
H A DDrawState.cpp681 DrawState::SetPenLocation(BPoint location) function in class:DrawState
/haiku/src/tests/servers/app/painter/
H A DPainter.h53 void SetPenLocation(const BPoint& location);
60 { SetPenLocation(location); }
H A DPainter.cpp161 SetPenLocation(data->penlocation);
264 // SetPenLocation
266 Painter::SetPenLocation(const BPoint& location) function in class:Painter
310 SetPenLocation(b);
314 SetPenLocation(b);
325 SetPenLocation(b);

Completed in 106 milliseconds