Searched refs:box (Results 1 - 25 of 47) sorted by last modified time

12

/haiku/src/kits/interface/
H A DFont.cpp837 BRect box;
838 link.Read<BRect>(&box);
839 return box;
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);
/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/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/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/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 DTransformBoxStates.cpp86 BRect box = fParent->Box(); local
89 fXOffsetFromCorner = origin.x - box.left;
90 fYOffsetFromCorner = origin.y - box.top;
91 fOldWidth = box.left - box.right;
92 fOldHeight = box.top - box.bottom;
93 origin.x = box.right;
94 origin.y = box.bottom;
97 fXOffsetFromCorner = origin.x - box
308 BRect box = fParent->Box(); local
[all...]
H A DTransformBox.h33 const TransformBox* box) = 0;
39 TransformBox(StateView* view, BRect box);
70 void SetBox(BRect box);
H A DPerspectiveBox.h36 const PerspectiveBox* box) = 0;
H A DPerspectiveCommand.cpp24 PerspectiveCommand::PerspectiveCommand(PerspectiveBox* box, argument
27 : fTransformBox(box),
120 PerspectiveCommand::PerspectiveBoxDeleted(const PerspectiveBox* box) argument
122 if (fTransformBox == box) {
H A DPerspectiveCommand.h25 PerspectiveCommand(PerspectiveBox* box,
41 virtual void PerspectiveBoxDeleted(const PerspectiveBox* box);
H A DTransformShapesBox.cpp112 BRect box(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN);
117 box = box | fShapes[i]->Bounds();
125 SetBox(box);
H A DTransformObjectsCommand.cpp20 TransformBox* box,
38 fTransformBox(box),
80 const TransformBox* box)
82 if (fTransformBox == box) {
19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
79 TransformBoxDeleted( const TransformBox* box) argument
H A DTransformObjectsCommand.h28 TransformBox* box,
47 const TransformBox* box);
H A DTransformGradientCommand.cpp18 TransformGradientCommand::TransformGradientCommand(TransformBox* box, argument
23 fTransformBox(box),
56 TransformGradientCommand::TransformBoxDeleted(const TransformBox* box) argument
58 if (fTransformBox == box) {
83 // transformation that needs to be taken into account, the box always
H A DTransformGradientCommand.h25 TransformBox* box, Gradient* gradient,
35 virtual void TransformBoxDeleted(const TransformBox* box);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp21 TransformBox* box,
41 fTransformBox(box),
82 const TransformBox* box)
84 if (fTransformBox == box) {
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
81 TransformBoxDeleted( const TransformBox* box) argument
H A DTransformPointsCommand.h30 TransformBox* box,
51 const TransformBox* box);
/haiku/src/apps/mediaconverter/
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/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);
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp291 BBox* box = new BBox("inbound"); local
292 box->SetLabel(B_TRANSLATE("Incoming"));
293 AddChild(box);
303 box->AddChild(grid);
351 box->Hide();
354 box = new BBox("outbound");
355 box->SetLabel(B_TRANSLATE("Outgoing"));
356 AddChild(box);
360 box->AddChild(grid);
402 box
[all...]
/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/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/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)

Completed in 131 milliseconds

12