Searched refs:Width (Results 451 - 475 of 595) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/libs/glut/
H A DglutEvent.cpp837 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
838 FrameResized(frame.Width(), frame.Height());
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.cpp473 rowLeftTop.x = key.frame.left + key.frame.Width() * num;
851 key.frame.Width(), key.frame.Height(),
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.cpp130 tmpRect.left = (rect.Width() - fCreateNewButton->Bounds().Width()) / 2 + rect.left;
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DDialUpView.cpp190 tmpRect.left = (rect.Width() - fCreateNewButton->Bounds().Width()) / 2 + rect.left;
/haiku-fatelf/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp365 fBitmapRect.OffsetBy(floorf((Bounds().Width() - fBitmapRect.Width()) / 2.0 + 0.5),
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DLayer.cpp256 dx = newFrame.Width() - fFrame.Width();
/haiku-fatelf/src/kits/interface/
H A DDragger.cpp246 BPoint where = bounds.RightBottom() - BPoint(fBitmap->Bounds().Width(),
691 MoveTo(parentBounds.right - bounds.Width(),
H A DAbstractLayout.cpp238 view->ResizeTo(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/installer/
H A DInstallerWindow.cpp114 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
127 width = fLogo->Bounds().Width();
H A DPackageViews.cpp254 ResizeTo(bounds.Width(), rect.top);
/haiku-fatelf/src/kits/tracker/
H A DDialogPane.cpp128 ResizeTo(newBounds.Width(), newBounds.Height());
157 + newBounds.Height() / 2), newBounds.Width(), false,
/haiku-fatelf/headers/private/interface/
H A DColumnListView.h170 float Width() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacrestyp.h303 UINT8 Width; member in struct:acpi_resource_fixed_dma
307 /* Values for Width field above */
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h307 int Width() const;
/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp116 width = page.Width();
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp377 float width = rect->Width();
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityWindow.cpp47 ResizeTo(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp142 if ((wireFrame.Width() <= 5.0) || (wireFrame.Height() <= 5.0) || startFrame.Contains(point) || endFrame.Contains(point))
/haiku-fatelf/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp305 ResizeTo(frameRect.Width(), frameRect.Height());
/haiku-fatelf/src/apps/fontdemo/
H A DFontDemoView.cpp128 float xCoord = -rect.Width() / 2;
/haiku-fatelf/src/apps/icon-o-matic/
H A DIconEditorApp.cpp291 to->Window()->ResizeTo(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/mediaplayer/
H A DVideoView.cpp466 - fSubtitleFrame.Width()) / 2;
/haiku-fatelf/src/apps/people/
H A DPersonView.cpp181 + fPictureView->Bounds().Width() / 2;
/haiku-fatelf/src/apps/terminal/
H A DBasicTerminalBuffer.h64 int32 Width() const { return fWidth; } function in class:BasicTerminalBuffer
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp453 * (BarFrame().Width() - 2) + BarFrame().left + 1);

Completed in 246 milliseconds

<<11121314151617181920>>