Searched refs:Width (Results 26 - 50 of 595) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/cdplayer/
H A DDrawButton.cpp83 ResizeTo(fUp->Bounds().Width(),fUp->Bounds().Height());
85 ResizeTo(fDown->Bounds().Width(),fDown->Bounds().Height());
87 ResizeTo(fDisabled->Bounds().Width(),fDisabled->Bounds().Height());
/haiku-fatelf/src/apps/gradients/
H A DGradientsWindow.cpp17 BRect field(10, 10, Bounds().Width() - 10, 30);
44 MoveTo((BScreen().Frame().Width() - Bounds().Width()) / 2,
/haiku-fatelf/src/apps/processcontroller/
H A DPCWindow.cpp46 SetSizeLimits(Bounds().Width(), Bounds().Width(), 31, 32767);
56 rect.OffsetTo((Bounds().Width() - 16) / 2, (Bounds().Height() - 16) / 2);
/haiku-fatelf/src/preferences/screensaver/
H A DUtility.h11 return BPoint(area.Width() * x + area.left, area.Height() * y + area.top);
18 return BRect(area.Width() * x1 + area.left, area.Height() * y1 + area.top,
19 area.Width()* x2 + area.left, area.Height() * y2 + area.top);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp88 leftLocation.x -= fPopupWindow->Frame().Width() + 1.0;
90 float totalWidth = Bounds().Width() + fPopupWindow->Frame().Width();
101 if (frame.Width() > dest.Width())
102 frame.right = frame.left + dest.Width();
123 fPopupWindow->ResizeTo(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/resedit/
H A DImageEditor.cpp53 r.OffsetBy(r.Width() + 10, 0);
62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
80 fOK->MoveTo(Bounds().right - fOK->Bounds().Width() - 10,
84 r.OffsetBy(-r.Width() - 10, 0);
110 fImageView->ResizeTo(r.Width(), r.Height());
121 fImageView->MoveTo( (w - fImageView->Bounds().Width()) / 2,
/haiku-fatelf/src/preferences/printers/
H A DPrintersWindow.cpp295 r.Width() - boxInset, (r.Height()/2) - (boxInset/2)),
301 // Width of largest button
310 maxWidth = addButton->Bounds().Width();
319 if (fRemove->Bounds().Width() > maxWidth)
320 maxWidth = fRemove->Bounds().Width();
329 if (fMakeDefault->Bounds().Width() > maxWidth)
330 maxWidth = fMakeDefault->Bounds().Width();
339 if (fPrintTestPage->Bounds().Width() > maxWidth)
340 maxWidth = fPrintTestPage->Bounds().Width();
344 float xPos = printersBox->Bounds().Width()
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxface.c207 UINT32 Width; local
248 Width = Reg->BitWidth;
249 if (Width == 64)
251 Width = 32; /* Break into two 32-bit transfers */
255 Address, &Value, Width);
306 UINT32 Width; local
337 Width = Reg->BitWidth;
338 if (Width == 64)
340 Width = 32; /* Break into two 32-bit transfers */
344 Address, ACPI_LODWORD (Value), Width);
[all...]
/haiku-fatelf/src/kits/tracker/
H A DBackgroundImage.cpp208 (viewBounds.Width() - bitmapBounds.Width()) / 2,
220 viewBounds.Width() + overlap, viewBounds.Height());
225 viewBounds.Width(), viewBounds.Height() + overlap);
237 (viewBounds.Width() - bitmapBounds.Width()) / 2,
255 return rect.Width() / rect.Height();
262 return ((hostRect.Height() / resizedRect.Height() * resizedRect.Width())
263 - hostRect.Width()) / 2;
270 return ((hostRect.Width() / resizedRec
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h370 UINT32 Width);
376 UINT32 Width);
386 UINT32 Width);
392 UINT32 Width);
405 UINT32 Width);
412 UINT32 Width);
/haiku-fatelf/src/apps/deskbar/
H A DBarMenuBar.cpp69 fDeskbarMenuItem = new TBarMenuTitle(frame.Width(), frame.Height(),
85 width = frame.Width();
121 SmartResize(frame.Width() - 1.0f, frame.Height());
123 SmartResize(frame.Width(), frame.Height());
164 SmartResize(frame.Width() - 1.0f, frame.Height());
166 SmartResize(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp45 r.OffsetTo(floorf(b.left + b.Width() / 2.0 - r.Width() / 2.0),
82 SetIcon(p->Icon(), p->Width(), p->Height(), p->Format());
/haiku-fatelf/src/bin/screen_blanker/
H A DPasswordWindow.cpp65 button->MoveTo(frame.right - button->Bounds().Width(), frame.bottom + 10.0);
72 MoveTo(screen.Frame().left + (screen.Frame().Width() - Bounds().Width()) / 2,
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTableColumn.cpp57 return Width();
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp28 ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageWindow.cpp33 ResizeTo(Bounds().Width(), fBackground->Bounds().Height());
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp38 float width = rect.Width() - (2 * kTEXT_MARGIN);
56 float width = rect.Width() - (2 * kTEXT_MARGIN);
149 BStringField::Width() function in class:BStringField
183 float width = rect.Width() - (2 * kTEXT_MARGIN);
185 bool clipNeeded = width < field->Width();
245 BDateField::Width() function in class:BDateField
304 float width = rect.Width() - (2 * kTEXT_MARGIN);
307 if (field->Width() != rect.Width()) {
396 float width = rect.Width()
[all...]
/haiku-fatelf/src/servers/app/drawing/
H A DAccelerantBuffer.h25 virtual uint32 Width() const;
/haiku-fatelf/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.h18 virtual uint32 Width() const;
/haiku-fatelf/src/preferences/appearance/
H A DMenuView.cpp131 r.OffsetTo((Bounds().Width() - r.Width()) / 2, 10);
137 r.OffsetTo((Bounds().Width() - r.Width()) / 2, fontfield->Frame().bottom + 10);
148 showtriggers->MoveTo((Bounds().Width() - showtriggers->Bounds().Width()) / 2, r.top);
154 r.OffsetTo((Bounds().Width() - r.Width()) / 2, showtriggers->Frame().bottom + 10);
178 defaultsbutton->MoveTo( (Bounds().Width() -
179 (defaultsbutton->Bounds().Width()
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImage.h49 int Width() const { return fWidth; } function in class:ImageDescription
73 int Width() const { return fWidth; }; function in class:Image
H A DMask.h46 int Width() const { return fWidth; } function in class:MaskDescription
70 int Width() const { return fWidth; } function in class:Mask
/haiku-fatelf/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp30 rect.Width() - 2 * kTextMargin + 2);
43 x = rect.left + (rect.Width() - view->StringWidth(string)) / 2;
/haiku-fatelf/src/bin/iasl/
H A Dosunixxf.c922 * Width Number of bits
935 UINT32 Width)
949 * Width Number of bits
962 UINT32 Width)
985 * Width Number of bits
997 UINT32 Width)
1000 switch (Width)
1025 * Width Number of bits
1037 UINT32 Width)
1050 * Width Numbe
931 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, void *Value, UINT32 Width) argument
958 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, ACPI_INTEGER Value, UINT32 Width) argument
994 AcpiOsReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1034 AcpiOsWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
1059 AcpiOsReadMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1096 AcpiOsWriteMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/haiku-fatelf/src/tests/kits/interface/
H A DPulseTest.cpp22 fLeft.right -= Bounds().Width() / 2;
23 fRight = fLeft.OffsetByCopy(fLeft.Width(), 0);

Completed in 234 milliseconds

1234567891011>>