/haiku/src/tests/add-ons/print/ppd/test/ |
H A D | PPDConfigApplication.cpp | 12 AppWindow::AppWindow(BRect aRect) in AppWindow() argument 13 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) { in AppWindow() 15 BRect rect = BRect(0, 0, aRect.Width(), aRect.Height()); in AppWindow() 27 float x = aRect.Width() / 2 - 3; in AppWindow() 31 aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height()); in AppWindow() 32 PrinterSelectionView* printerSelection = new PrinterSelectionView(aRect, in AppWindow() 40 aRect.left = x + 3; in AppWindow() 41 aRect.right = right; in AppWindow() 42 AddChild(fConfig = new PPDConfigView(aRect, "ppd-config", in AppWindow() 85 BRect aRect; in PPDConfigApplication() local [all …]
|
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/ |
H A D | LPBApp.cpp | 11 AppWindow::AppWindow(BRect aRect) in AppWindow() argument 12 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) { in AppWindow() 14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height()); in AppWindow() 45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height()); in AppWindow() 47 AddChild(view = new PathView(aRect)); in AppWindow() 96 BRect aRect; in App() local 98 aRect.Set(100, 80, 410, 380); in App() 100 window = new AppWindow(aRect); in App()
|
/haiku/src/tests/add-ons/print/pdf/bezierbounds/ |
H A D | BBApp.cpp | 11 AppWindow::AppWindow(BRect aRect) in AppWindow() argument 12 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) { in AppWindow() 14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height()); in AppWindow() 45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height()); in AppWindow() 47 AddChild(view = new BBView(aRect)); in AppWindow() 96 BRect aRect; in App() local 98 aRect.Set(100, 80, 410, 380); in App() 100 window = new AppWindow(aRect); in App()
|
/haiku/src/add-ons/print/transports/shared/ |
H A D | DbgMsg.cpp | 152 BRect aRect; in DUMP_BMESSAGE() local 153 msg->FindRect(name, j, &aRect); in DUMP_BMESSAGE() 155 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom)); in DUMP_BMESSAGE()
|
/haiku/src/libs/print/libprint/ |
H A D | DbgMsg.cpp | 145 BRect aRect; in DUMP_BMESSAGE() local 146 msg->FindRect(name, j, &aRect); in DUMP_BMESSAGE() 148 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom)); in DUMP_BMESSAGE()
|
/haiku/headers/build/os/app/ |
H A D | Message.h | 105 status_t AddRect(const char *name, BRect aRect); 184 status_t ReplaceRect(const char *name, BRect aRect); 185 status_t ReplaceRect(const char *name, int32 index, BRect aRect);
|
/haiku/docs/user/app/ |
H A D | Message.dox | 940 \fn status_t BMessage::AddRect(const char* name, BRect aRect) 946 \param aRect The rectangle to store in the message. 2697 \fn status_t BMessage::ReplaceRect(const char* name, BRect aRect) 2705 \param aRect The object to store in the message. 2717 BRect aRect) 2726 \param aRect The object to store in the message.
|