Searched refs:Width (Results 1 - 25 of 571) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp583 bitmap->Token(), bitmap->Width(), bitmap->Height(),
770 Signature(), frame.Width() + 1, frame.Height() + 1));
1334 fLink.Attach<uint32>(cursor->Width());
/haiku/src/preferences/screen/
H A DScreenWindow.cpp378 itemRect.OffsetTo(x * itemRect.Width(), y * itemRect.Height());
1001 MoveTo((frame.Width() - Frame().Width()) / 2,
H A DMonitorView.cpp114 if (width > innerRect.Width() || height > innerRect.Height())
120 DrawString(text, BPoint(innerRect.left + (innerRect.Width() - width) / 2,
192 float maxWidth = Bounds().Width();
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp293 ASSERT(fColumn->Width() > 0);
305 if (fDirty || fColumn->Width() != fOldWidth || CheckSettingsChanged()
367 WidgetAttributeText::Width(const BPoseView* pose) function in class:WidgetAttributeText
515 fOldWidth = fColumn->Width();
760 fOldWidth = fColumn->Width();
853 fOldWidth = fColumn->Width();
1021 fOldWidth = fColumn->Width();
1073 fOldWidth = fColumn->Width();
1290 fOldWidth = fColumn->Width();
1763 fOldWidth = fColumn->Width();
[all...]
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 DFilePanelPriv.cpp194 ResizeTo(windRect.Width(), windRect.Height());
692 fMenuBar = new BMenuBar(BRect(0, 0, windRect.Width(), 1), "MenuBar");
711 fDirMenuField->MenuBar()->SetMaxContentWidth(rect.Width() - 26.0f);
732 windRect.Width() - (preferred.Width() + spacing + be_control_look->GetScrollBarWidth()),
744 - BPoint(preferred.Width() + spacing, 0));
772 rect.right = windRect.Width() - spacing;
943 ResizeTo(frame.Width(), frame.Height());
H A DTextWidget.cpp116 return fText->Width(pose);
138 result.right = result.left + column->Width();
154 viewWidth = std::min(column->Width(), textWidth);
166 + roundf((column->Width() - viewWidth) / 2);
174 result.right = poseLoc.x + column->Width();
212 return CalcRectCommon(poseLoc, column, view, fText->Width(view));
229 if (result.Width() < kWidthMargin) {
232 if (column != NULL && column->Width() < kWidthMargin)
233 result.right = result.left + column->Width();
348 bool tooWide = textView->TextRect().Width() > maxWidt
[all...]
/haiku/src/apps/stylededit/
H A DStatusView.cpp111 if (Bounds().Width() > width)
112 width = Bounds().Width();
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp261 9 + (fChipRect.Width() - fBrandLogo->Bounds().Width()) / 2,
266 MovePenTo(10 + (fChipRect.Width() - width) / 2, fChipRect.top + 20);
274 MovePenTo(10 + (fChipRect.Width() - width) / 2, fChipRect.top + 53);
287 MovePenTo(10 + (fChipRect.Width() - width) / 2, fChipRect.top + 62);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp128 *_width = fIconBitmap->Bounds().Width()
157 + (rect.Width() - fIconBitmap->Bounds().Width()) / 2,
419 format.Width(), format.Height());
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.cpp79 B_TRANSLATE_COMMENT("%u �� %u, %.2ffps", "Width �� Height, fps;"
81 (unsigned)format.Width(), (unsigned)format.Height(),
/haiku/src/apps/installer/
H A DInstallerWindow.cpp119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
132 width = fLogo->Bounds().Width();
/haiku/src/apps/drivesetup/
H A DDiskView.cpp177 BRect used(b.LeftTop(), BSize(b.Width() / (100.0 / fUsed), b.Height()));
189 BPoint where = b.RightBottom() - BPoint(fIcon->Bounds().Width(),
209 width = b.Width();
540 messageBounds.InsetBy((bounds.Width() - width - fh.ascent * 2) / 2.0,
H A DPartitionList.cpp119 width = rect.right - (x + r.Width()) - (2 * sTextMargin);
120 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
124 x = rect.right - sTextMargin - r.Width();
130 if (width != bitmapField->Width()) {
149 float width = rect.Width() - (2 * sTextMargin);
151 if (width != stringField->Width()) {
180 width += bitmap->Bounds().Width();
572 size.width -= ColumnAt(kParametersColumn)->Width()
573 + ColumnAt(kPartitionTypeColumn)->Width();
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1047 fTypeEditorView->ResizeTo(rect.Width(), rect.Height());
1064 point.x = (rect.Width() - fTypeEditorView->Bounds().Width()) / 2;
1722 fDataView->SetScale(rect.Width() / width);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp460 return BSize(fLogo->Bounds().Width(), fLogo->Bounds().Height());
484 DrawBitmap(fLogo, BPoint((bounds.Width() - fLogo->Bounds().Width()) / 2, 0));
551 fTarget->ResizeTo(Bounds().Width() + fCropLeft + fCropRight,
959 _ResizeBy(width - Bounds().Width(), height - Bounds().Height());
/haiku/src/kits/interface/
H A DColumnTypes.cpp50 float width = rect.Width() - (2 * kTEXT_MARGIN);
68 float width = rect.Width() - (2 * kTEXT_MARGIN);
164 BStringField::Width() function in class:BStringField
206 float width = rect.Width() - (2 * kTEXT_MARGIN);
208 float fieldWidth = field->Width();
274 BDateField::Width() function in class:BDateField
323 float width = rect.Width() - (2 * kTEXT_MARGIN);
326 if (field->Width() != rect.Width()) {
424 float width = rect.Width()
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp214 fToolBar->ResizeTo(viewFrame.Width(), fToolBar->MinSize().height);
546 float width = r.Width() + be_control_look->GetScrollBarWidth(B_VERTICAL);
553 float maxWidth = frame.Width() + 1 - windowBorder - Frame().left;
1126 fScrollArea->ResizeTo(fScrollArea->Bounds().Width(),
1394 ResizeTo(frame.Width(), frame.Height());
1423 settings->GetFloat("PO:Width", fPrintOptions.Width()));
1443 settings->SetFloat("PO:Width", fPrintOptions.Width());
1477 fPrintOptions.SetWidth(fImageView->Bitmap()->Bounds().Width()
[all...]
H A DShowImageStatusView.cpp72 if (Bounds().Width() > width)
73 width = Bounds().Width();
/haiku/headers/private/interface/
H A DColumnTypes.h69 float Width();
104 float Width();
/haiku/src/preferences/filetypes/
H A DIconView.cpp797 *_width = fIconRect.Width();
/haiku/src/apps/text_search/
H A DGrepWindow.cpp658 ResizeTo(fModel->fFrame.Width(), fModel->fFrame.Height());
997 fSearchText->Bounds().Width() - 10);
/haiku/src/apps/terminal/
H A DTermWindow.cpp241 if (frame.Width() <= screenFrame.Width()
243 ResizeTo(frame.Width(), frame.Height());
977 ResizeTo(screen.Frame().Width() + 1, screen.Frame().Height() + 1);
990 ResizeTo(fSavedFrame.Width(), fSavedFrame.Height());
1289 int pWidth = (int)pageRect.Width();
1389 // NOTE: Width is one pixel too small, since the scroll view
1769 // NOTE: Width is one pixel too small, since the scroll view
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp151 static_cast<int32>(screenshot->Width()),
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp66 innerFrame.right -= vScrollBar->Bounds().Width() - 1;
73 Target()->ResizeTo(innerFrame.Width(), innerFrame.Height());
79 rect.right = rect.left + vScrollBar->Bounds().Width();
84 vScrollBar->ResizeTo(rect.Width(), rect.Height());
95 hScrollBar->ResizeTo(rect.Width(), rect.Height());

Completed in 133 milliseconds

1234567891011>>