Searched refs:Width (Results 1 - 25 of 595) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/app/
H A DRenderingBuffer.h20 virtual uint32 Width() const = 0;
28 { return IntRect(0, 0, Width() - 1,
/haiku-fatelf/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp14 font.SetRotation(Bounds().Width()/10);
16 DrawString("OpenBeOS", 8, BPoint(Bounds().Width()/2,Bounds().Height()/2));
/haiku-fatelf/src/tests/servers/app/newerClipping/drawing/
H A DRenderingBuffer.h20 virtual uint32 Width() const = 0;
29 Width() - 1,
/haiku-fatelf/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp41 (int) bitmap->Bounds().Width() + 1,
47 fId, (int32) bitmap->Bounds().Width(),
49 8 * bitmap->BytesPerRow() / (int)bitmap->Bounds().Width());
/haiku-fatelf/src/preferences/screen/
H A DAlertWindow.cpp32 ResizeTo(fAlertView->Bounds().Width(), fAlertView->Bounds().Height());
37 MoveTo(screen.Frame().left + (screen.Frame().Width() - Frame().Width()) / 2,
H A DScreenSettings.cpp37 if (fWindowFrame.Width() > screenFrame.Width())
52 screenFrame.left + (screenFrame.Width() - fWindowFrame.Width()) / 2,
H A DRefreshWindow.cpp53 fRefreshSlider->ResizeTo(rect.Width(), height);
59 doneButton->MoveTo(Bounds().Width() - doneButton->Bounds().Width() - 8,
67 button->MoveBy(-button->Bounds().Width() - 10, 0);
72 width = stringView->Bounds().Width() + 100;
73 if (width < Bounds().Width())
74 width = Bounds().Width();
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageImageViewer.cpp68 if (image.Width() > (frame.Width() - 100.0f))
69 image.right = frame.Width() - 100.0f;
73 ResizeTo(image.Width(), image.Height());
85 BPoint((Bounds().Width() - length) / 2.0f, 30.0f));
110 ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
114 MoveTo((frame.Width() - Bounds().Width()) / 2.0f,
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursespad.cc91 int Width = W->width(); local
122 if (min_col < (width() - Width - 1)) {
124 if (min_col > (width() - Width - h_gridsize - 1))
125 min_col = width() - Width - 1;
228 int Width = W->width(); local
232 h_len = (Width*Width + width() - 1)/width();
235 if (h_len > Width)
236 h_len = Width;
244 col = (min_col * Width
[all...]
/haiku-fatelf/src/add-ons/translators/bmp/
H A DBMPView.cpp43 float maxWidth = stringView->Bounds().Width();
56 if (stringView->Bounds().Width() > maxWidth)
57 maxWidth = stringView->Bounds().Width();
67 if (maxWidth + 20 > Bounds().Width())
/haiku-fatelf/src/add-ons/translators/rtf/
H A DConfigView.cpp35 float maxWidth = stringView->Bounds().Width();
48 if (stringView->Bounds().Width() > maxWidth)
49 maxWidth = stringView->Bounds().Width();
60 if (maxWidth + 20 > Bounds().Width())
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTView.cpp44 float maxWidth = stringView->Bounds().Width();
57 if (stringView->Bounds().Width() > maxWidth)
58 maxWidth = stringView->Bounds().Width();
69 if (maxWidth + 20 > Bounds().Width())
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.cpp56 e.pView->ResizeTo(e.frame.Width(), e.frame.Height());
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp33 FrameResized(Bounds().Width(), Bounds().Height());
53 *width = r.Width();
69 FrameResized(Bounds().Width(), Bounds().Height());
81 r.right = r.left + child->Bounds().Width() + 2 * fSpacing;
105 minWidth += child->Bounds().Width() + 1 + fSpacing;
114 child->Bounds().Width() + 1 + fInset * 2.0);
131 frame.left = (frame.left + frame.right) / 2.0 - view->Bounds().Width() / 2.0;
133 float width = resizeWidth ? frame.Width() : view->Bounds().Width();
/haiku-fatelf/src/apps/cdplayer/
H A DTwoStateDrawButton.cpp45 ResizeTo(fUpOne->Bounds().Width(), fUpOne->Bounds().Height());
47 ResizeTo(fDownOne->Bounds().Width(), fDownOne->Bounds().Height());
49 ResizeTo(fUpTwo->Bounds().Width(),fUpTwo->Bounds().Height());
51 ResizeTo(fDownTwo->Bounds().Width(), fDownTwo->Bounds().Height());
53 ResizeTo(fDisabledOne->Bounds().Width(), fDisabledOne->Bounds().Height());
55 ResizeTo(fDisabledTwo->Bounds().Width(), fDisabledTwo->Bounds().Height());
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp76 b.Width() + B_V_SCROLL_BAR_WIDTH,
130 // fprintf(stderr, "m: %.1f,%.1f c: %.1f,%.1f)\n", width, height, b.Width(),b.Height());
137 if(width > m_boundsRect.Width()) {
171 float width = Bounds().Width() - B_V_SCROLL_BAR_WIDTH;
174 D_INTERNAL((" -> dataRect.Width() = %f scrollView.Width() = %f\n", m_dataRect.Width(), width));
175 if (width > m_dataRect.Width()) {
183 m_hScroll->SetProportion(width / m_dataRect.Width());
/haiku-fatelf/src/apps/sudoku/
H A DProgressWindow.cpp43 fStatusBar->ResizeTo(rect.Width(), height);
52 button->MoveBy((rect.Width() - button->Bounds().Width()) / 2, 0);
58 ResizeTo(Bounds().Width(), height + 8);
79 MoveTo(frame.left + (frame.Width() - Bounds().Width()) / 2,
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp60 owner->MovePenBy(fBitmapSize.Width() + distance, 0);
65 owner->MovePenBy(fBitmapSize.Width() + distance, 0);
70 owner->MovePenBy(fBitmapSize.Width() + distance, 0);
76 owner->MovePenBy(fBitmapSize.Width() + distance, 0);
110 width += 3 * fBitmapSize.Width();
118 if (width > Width())
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwvalid.c299 * Width Number of bits
313 UINT32 Width)
329 Status = AcpiHwValidateIoRequest (Address, Width);
332 Status = AcpiOsReadPort (Address, Value, Width);
346 for (i = 0, *Value = 0; i < Width; i += 8)
374 * Width Number of bits
388 UINT32 Width)
403 Status = AcpiHwValidateIoRequest (Address, Width);
406 Status = AcpiOsWritePort (Address, Value, Width);
420 for (i = 0; i < Width;
310 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
385 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp18 fOff.SetBits(off, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
19 fOn.SetBits(on, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
/haiku-fatelf/src/servers/app/drawing/
H A DBitmapBuffer.cpp60 // Width
62 BitmapBuffer::Width() const function in class:BitmapBuffer
65 return fBitmap->Width();
H A DBBitmapBuffer.h20 virtual uint32 Width() const;
H A DBitmapBuffer.h20 virtual uint32 Width() const;
H A DMallocBuffer.h21 virtual uint32 Width() const;
/haiku-fatelf/src/preferences/mail/
H A DCenterContainer.cpp63 if (view->Bounds().Width() > fWidth)
64 fWidth = view->Bounds().Width();
71 view->MoveTo(fCenterHoriz ? (Bounds().Width() - view->Bounds().Width()) / 2

Completed in 243 milliseconds

1234567891011>>