Searched refs:Width (Results 476 - 500 of 571) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/mail/
H A DMailWindow.cpp1907 + (rect.Width() - fContentView->TextView()->Bounds().Width() + 6);
1911 if (width > (screenFrame.Width() - 8))
1912 width = screenFrame.Width() - 8;
1923 if (abs((int)(Frame().Width() - rect.Width())) < 5
1930 if (rect.Width() > screenFrame.Width())
1931 rect.right = rect.left + screenFrame.Width();
1953 ResizeTo(rect.Width(), rec
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1004 && Bounds().Width() > fPreviousBounds.Width()) {
1005 scroll.x = std::max(fPreviousBounds.Width() - Bounds().Width(),
1229 ResizeTo(oldZoomRect.Width(), oldZoomRect.Height());
1251 float widthDiff = frame.Width() - PoseView()->Frame().Width();
1261 frame.right = frame.left + extent.Width() + widthDiff;
1267 ResizeTo(frame.Width(), frame.Height());
3821 ResizeTo(frame.Width(), fram
[all...]
H A DPoseView.cpp499 nextLeftEdge = column->Offset() + column->Width()
1776 if (srcRect.Width() > listViewScrollBy) {
2748 float attrWidth = columnToRemove->Width();
2807 offset = after->Offset() + after->Width() + kTitleColumnExtraMargin;
2839 float attrWidth = newColumn->Width();
3090 center.x += bounds.Width() / 2.0;
4041 || poseRect.Width() > Bounds().Width())
7211 bool sameWidth = fSelectionRectInfo.rect.Width()
7212 == fSelectionRectInfo.lastRect.Width();
[all...]
/haiku/src/servers/app/
H A DServerWindow.cpp889 xResizeTo - fWindow->Frame().Width(),
1406 float deltaWidth = newWidth - fCurrentView->Frame().Width();
2646 bitmap->Width(), bitmap->Height(),
3466 BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
3552 BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
3912 bitmap->Width(), bitmap->Height(), bitmap->BytesPerRow(),
4488 screenFrame.Width() - fWindow->Frame().Width(),
4541 originalFrame.Width() - fWindow->Frame().Width(),
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp567 fWidth = (Bounds().Width() + 2 - kStrongLineSize * (fBlockSize - 1)) / size;
829 FillRect(BRect(0, height, Bounds().Width(),
833 StrokeLine(BPoint(0, height), BPoint(Bounds().Width(), height));
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp88 // Width and height have soft constraints
117 fWidthConstraint->SetRightSide(frame.Width());
172 fWidthConstraint->SetRightSide(frame.Width());
238 fWidthConstraint->SetRightSide(frame.Width());
/haiku/src/preferences/screen/
H A DScreenWindow.cpp378 itemRect.OffsetTo(x * itemRect.Width(), y * itemRect.Height());
1001 MoveTo((frame.Width() - Frame().Width()) / 2,
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp171 float width = r.Width();
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp308 result->SetBits(BitsForMask(mask), (Bounds().Width() + 1)
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp201 m_pScrollView->ResizeTo(m_pScrollView->Frame().Width(),
/haiku/src/preferences/time/
H A DAnalogClock.cpp171 fRadius = floorf((MIN(bounds.Width(), bounds.Height()) / 2.0)) - 5.5;
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp315 Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp333 float width = paperCap->fPaperRect.Width();
H A DMarginView.cpp108 float totalWidth = frame.Width();
/haiku/src/servers/print/
H A DConfigWindow.cpp495 GetPageFormat(paperRect.Width(), paperRect.Height(), pageFormat);
/haiku/src/kits/interface/
H A DSeparatorView.cpp443 fLabelView->ResizeTo(frame.Width(), frame.Height());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp93 Add(bitmap.Width());
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp505 float width = Bounds().Width() - 10;
/haiku/src/kits/media/
H A DMediaExtractor.cpp458 format->Width());
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp466 float maxWidth = m_parent->Bounds().Width();
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp669 ResizeTo(windFrame.Width(), windFrame.Height() ); // Fensterposition und Gr����e
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp92 ResizeTo(rect.Width(), newHeight);
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp470 uint32 width = sgiImage->Width();
/haiku/src/preferences/media/
H A DMediaListItem.cpp128 float iconSpace = MediaIcons::sBounds.Width() + 1.0f;
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp463 if (left + lastFrame.Width() > screenBorder.right) {

Completed in 211 milliseconds

<<11121314151617181920>>