Searched refs:Width (Results 176 - 200 of 571) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DPolygon.cpp216 point->x = (point->x - source.left) * destination.Width() / source.Width()
H A DBox.cpp331 if (fBounds.Width() < bounds.Width()) {
337 } else if (fBounds.Width() > bounds.Width()) {
422 if (width < Bounds().Width())
423 width = Bounds().Width();
689 if (rect.Height() == 0.0 || rect.Width() == 0.0) {
725 } else if (rect.Width() == 1.0) {
H A DZombieReplicantView.cpp94 DrawChar('?', BPoint(bounds.Width() / 2.0f - StringWidth("?") / 2.0f,
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp33 virtual int32 Width();
94 Console::Width() function in class:Console
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp27 virtual int32 Width();
113 Console::Width() function in class:Console
/haiku/src/tools/translation/inspector/
H A DImageView.cpp103 fpbitmap->Bounds().Width() + BORDER_WIDTH + PEN_SIZE,
227 range = rctbitmap.Width() + (BORDER_WIDTH * 2) - rctview.Width();
229 prop = rctview.Width() / (rctbitmap.Width() + (BORDER_WIDTH * 2));
601 width = fpbitmap->Bounds().Width() + B_V_SCROLL_BAR_WIDTH + (BORDER_WIDTH * 2);
606 if (width > rctscreen.Width())
607 width = rctscreen.Width();
/haiku/src/apps/login/
H A DLoginApp.cpp66 frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2,
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp61 float width = ceilf(frame.Width() * fScale);
83 textPos.x = r.left + (r.Width() - width) / 2.0;
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp39 double width = (int) Style()->Bitmap()->Bounds().Width() + 1;
212 double width = (int) Style()->Bitmap()->Bounds().Width() + 1;
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp186 BPoint windowPosition = BPoint(mousePosition.x - Frame().Width() / 2,
192 = MAX(20, MIN(screen.Frame().right - 20 - Frame().Width(),
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp33 int32 Width();
93 Console::Width() function in class:Console
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsirq.c423 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width),
424 AML_OFFSET (FixedDma.Width),
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp72 if (Bounds().Width() > width)
73 width = Bounds().Width();
H A DPrintOptionsWindow.h45 float Width() const { return fWidth; } function in class:PrintOptions
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.h49 int Width();
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp67 Bounds().Width(),
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp38 updateRect.InsetBy((updateRect.Width() - 4) / 2,
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp47 fDecRegion.Include(BRect(bounds.left-4, bounds.top-4-10, bounds.left+bounds.Width()/2, bounds.top-4));
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp52 fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h71 int Width; member in struct:Fractal
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h62 float Width() const;
/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp37 slider->MoveBy(slider->Bounds().Width() + 10.0, 0.0);
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp108 float width = view->Bounds().Width();
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp73 TruncateString(&text, B_TRUNCATE_END, bounds.Width());
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.h64 inline float Width() const function in class:CharacterStyleData

Completed in 223 milliseconds

1234567891011>>