Searched refs:box (Results 26 - 47 of 47) sorted by relevance

12

/haiku/headers/cpp/
H A DPlotFile.h43 Some plot libraries have the `box' command to draw boxes. Some don't.
44 `box' is included here via moves & lines to allow both possiblilties.
72 PlotFile& box(const int x0, const int y0,
/haiku/src/preferences/notifications/
H A DGeneralView.cpp76 BBox* box = new BBox("box"); local
77 box->SetLabel(fNotificationBox);
131 box->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
141 .Add(box)
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp421 DiagramBox *box; local
423 if ((message->FindPointer("item", reinterpret_cast<void **>(&box)) == B_OK)
426 if (box)
429 DragSelectionBy(point.x - box->Frame().left - offset.x,
430 point.y - box->Frame().top - offset.y,
734 DiagramBox *box = dynamic_cast<DiagramBox *>(ItemAt(i, DiagramItem::M_BOX));
735 if (box) {
736 if (rect.Intersects(box->Frame()))
737 changed |= SelectItem(box, false);
739 changed |= DeselectItem(box);
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp32 TransformBox::TransformBox(StateView* view, BRect box) argument
36 fOriginalBox(box),
38 fLeftTop(box.LeftTop()),
39 fRightTop(box.RightTop()),
40 fLeftBottom(box.LeftBottom()),
41 fRightBottom(box.RightBottom()),
351 // recalculate the points from the original box
393 TransformBox::SetBox(BRect box) argument
395 if (fOriginalBox != box) {
396 fOriginalBox = box;
[all...]
H A DPerspectiveBox.h36 const PerspectiveBox* box) = 0;
/haiku/src/apps/charactermap/
H A DCharacterView.cpp308 BRect box = Frame(); local
314 menu->FillRect(box, B_SOLID_LOW);
321 box.left += (box.Width() - charWidth) / 2;
322 box.bottom -= (box.Height() - fontHeight.ascent
325 menu->DrawString(Label(), BPoint(box.left, box.bottom));
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc95 PlotFile& PlotFile:: box(const int x0, const int y0, function in class:PlotFile
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h79 void _UpdateBBoxLayoutInsets(BBox* box);
H A DMediaConverterWindow.cpp173 // file list view box
178 // info box
231 // output format box
986 MediaConverterWindow::_UpdateBBoxLayoutInsets(BBox* box) argument
989 = dynamic_cast<BTwoDimensionalLayout*>(box->GetLayout());
992 layout->SetInsets(padding, box->TopBorderOffset() + padding, padding,
/haiku/src/tests/kits/interface/look/
H A DLook.cpp159 BBox* box = new BBox(B_FANCY_BORDER, NULL); local
160 box->SetLabel("Info");
163 boxLayout->SetInsets(kInset, kInset + box->TopBorderOffset(), kInset,
165 box->SetLayout(boxLayout);
188 layout->AddView(box, 0, row, 4);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1341 BRect box(3, 3, bounds.right - 3, 3 + height + kChildInset * 2);
1357 box.InsetBy(1, 1);
1358 FillRect(box);
1360 box.InsetBy(-1, -1);
1365 AddLine(box.LeftTop(), BPoint(center - kWedge, box.top), veryDarkGray);
1366 AddLine(BPoint(center + kWedge, box.top), box.RightTop(), veryDarkGray);
1368 AddLine(box.LeftBottom(), BPoint(center - kWedge, box
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp204 BBox* box = new BBox("box"); local
205 box->SetLabel(fSwapEnabledCheckBox);
207 box->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
225 .Add(box)
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp222 BBox* box = new BBox("filters"); local
223 AddChild(box);
226 box->AddChild(contents);
242 box->SetLabel(fChainsField);
/haiku/src/kits/tracker/
H A DFindPanel.cpp2075 BBox* box = dynamic_cast<BBox*>(FindView("Box")); local
2077 ASSERT(box != NULL);
2079 if (box == NULL)
2091 BGroupLayout* layout = dynamic_cast<BGroupLayout*>(box->GetLayout());
2119 BBox* box = dynamic_cast<BBox*>(FindView("Box")); local
2121 ASSERT(box != NULL);
2123 if (box == NULL)
2126 BGridView* grid = dynamic_cast<BGridView*>(box->FindView("AttrFields"));
2129 BLayoutBuilder::Group<>(box, B_VERTICAL);
2132 box
2513 BBox* box = dynamic_cast<BBox*>(FindView("Box")); local
[all...]
H A DSettingsViews.cpp816 BBox* box = new BBox("box"); local
817 box->SetLabel(fColorPicker);
818 box->AddChild(BLayoutBuilder::Group<>(B_HORIZONTAL)
825 .Add(box)
/haiku/src/apps/codycam/
H A DCodyCam.cpp463 BBox* box = new BBox("box"); local
465 box->SetLayout(layout);
467 box->AddChild(fVideoView);
468 box->AddChild(fErrorView);
476 .Add(box)
674 // FTP setup box
/haiku/src/kits/interface/
H A DCheckBox.cpp571 BCheckBox* box, bool descendants)
576 box->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
H A DBox.cpp35 BRect label_box; // label box (label string or label view); in case
292 // The box could have been resized in the mean time
421 // make sure the box don't get smaller than it already is
696 // used as box
730 // used as box
768 // compute the label box, width and height
861 BBox* box, bool descendants)
866 box->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
H A DFont.cpp837 BRect box;
838 link.Read<BRect>(&box);
839 return box;
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp293 BBox* box = new BBox("EnableScreenSaverBox"); local
294 box->SetLabel(fEnableCheckBox);
365 box->AddChild(BLayoutBuilder::Group<>(B_VERTICAL, 0)
402 .Add(box)
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dviogpu.h251 struct virtio_gpu_box box; member in struct:virtio_gpu_transfer_host_3d
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1290 // figure out bounding box for line array
1299 BRect box(min_c(data->startPoint.x, data->endPoint.x),
1303 touched = touched | box;
1375 //printf("bounding box '%s': %lld ��s\n", string, system_time() - now);
1402 //printf("bounding box '%s': %lld ��s\n", string, system_time() - now);

Completed in 207 milliseconds

12