Searched refs:aRect (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp12 AppWindow::AppWindow(BRect aRect) argument
13 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) {
15 BRect rect = BRect(0, 0, aRect.Width(), aRect.Height());
27 float x = aRect.Width() / 2 - 3;
31 aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height());
32 PrinterSelectionView* printerSelection = new PrinterSelectionView(aRect,
40 aRect.left = x + 3;
41 aRect
85 BRect aRect; local
[all...]
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp11 AppWindow::AppWindow(BRect aRect) argument
12 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) {
14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
47 AddChild(view = new BBView(aRect));
96 BRect aRect; local
98 aRect
[all...]
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp11 AppWindow::AppWindow(BRect aRect) argument
12 : BWindow(aRect, APPLICATION, B_TITLED_WINDOW, 0) {
14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
47 AddChild(view = new PathView(aRect));
96 BRect aRect; local
98 aRect
[all...]
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp152 BRect aRect; local
153 msg->FindRect(name, j, &aRect);
155 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom));
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp145 BRect aRect; local
146 msg->FindRect(name, j, &aRect);
148 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom));
/haiku/headers/build/os/app/
H A DMessage.h105 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);

Completed in 52 milliseconds