Searched refs:DrawView (Results 1 – 14 of 14) sorted by relevance
/haiku/src/tests/servers/app/newerClipping/drawing/ |
H A D | DrawView.cpp | 11 DrawView::DrawView(BRect frame) in DrawView() function in DrawView 19 DrawView::~DrawView() in ~DrawView() 25 DrawView::MouseDown(BPoint where) in MouseDown() 34 DrawView::MouseUp(BPoint where) in MouseUp() 41 DrawView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) in MouseMoved() 48 DrawView::SetDesktop(Desktop* desktop) in SetDesktop()
|
H A D | DrawView.h | 9 class DrawView : public BView { 11 DrawView(BRect frame); 12 virtual ~DrawView();
|
/haiku/src/tests/servers/app/newerClipping/ |
H A D | Desktop.h | 22 class DrawView; variable 37 Desktop(DrawView* drawView, 126 DrawView* fDrawView;
|
H A D | makefile | 42 drawing/DrawView.cpp \
|
H A D | main.cpp | 36 DrawView* fView; 72 fView = new DrawView(Bounds()); in Window()
|
H A D | Desktop.cpp | 17 Desktop::Desktop(DrawView* drawView, DrawingEngine* engine) in Desktop()
|
/haiku/headers/os/interface/ |
H A D | PrintJob.h | 48 virtual void DrawView(BView* view, BRect rect,
|
/haiku/src/preferences/printers/ |
H A D | PrintersWindow.cpp | 83 fJob->DrawView(fTestPage, fTestPage->Bounds(), B_ORIGIN); in MessageReceived()
|
/haiku/src/kits/interface/ |
H A D | PrintJob.cpp | 392 BPrintJob::DrawView(BView* view, BRect rect, BPoint where) in DrawView() function in BPrintJob
|
/haiku/src/apps/mail/ |
H A D | MailWindow.cpp | 2062 print.DrawView(&header_view, rect, BPoint(0.0, 0.0)); in Print() 2065 print.DrawView(&line, line.Bounds(), BPoint(0, header_height + 1)); in Print() 2089 print.DrawView(fContentView->TextView(), curPageRect, in Print()
|
/haiku/src/apps/showimage/ |
H A D | ShowImageWindow.cpp | 1546 printJob.DrawView(fImageView, bounds, BPoint(0, 0)); in _Print()
|
/haiku/src/apps/diskprobe/ |
H A D | ProbeView.cpp | 1723 printJob.DrawView(fDataView, rect, rect.LeftTop()); in _Print()
|
/haiku/src/apps/terminal/ |
H A D | TermWindow.cpp | 1305 job.DrawView(_ActiveTermView(), curPageRect, B_ORIGIN); in _DoPrint()
|
/haiku/src/apps/stylededit/ |
H A D | StyledEditWindow.cpp | 1066 printJob.DrawView(fTextView, textRect, B_ORIGIN); in Print()
|