Searched refs:Width (Results 201 - 225 of 571) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/
H A DStatusBarTest.cpp44 fStatusBar->ResizeTo(rect.Width(), height);
/haiku/src/kits/shared/
H A DCalendarView.cpp355 frame.left += frame.Width() / 8 - 1.0;
651 frame.left += frame.Width() / 8 - 1.0;
865 if (width < Bounds().Width())
1001 tmp.OffsetBy(tmp.Width(), 0.0);
1041 tmp.OffsetBy(tmp.Width(), 0.0);
1062 frame.right = frame.Width() / columns - 1.0;
1069 frame.OffsetBy(frame.Width(), 0.0);
1073 frame.OffsetBy(frame.Width(), 0.0);
1089 frame.right = frame.Width() / 8.0 - 2.0;
1148 float offsetH = frame.Width() / 2.
[all...]
/haiku/src/kits/interface/
H A DMenuWindow.cpp186 ResizeTo(Window()->Bounds().Width(), Window()->Bounds().Height());
224 (Bounds().Width() - fMenu->StringWidth(kEmptyMenuLabel)) / 2,
331 fMenuFrame->ResizeTo(frame.Width(), frame.Height() - 2 * kScrollerHeight);
359 fMenuFrame->ResizeTo(frame.Width(), frame.Height());
H A DChannelSlider.cpp249 DrawString(Label(), BPoint((bounds.Width() - labelWidth) / 2.0,
256 float x = (bounds.Width() - StringWidth(MinLimitLabel()))
272 float x = (bounds.Width() - StringWidth(MaxLimitLabel()))
308 fMinPoint = frame.Width();
547 float hCenter = area.Width() / 2;
655 frame.OffsetBy(channel * frame.Width(), (frame.Height() / 2.0) -
658 frame.OffsetBy(frame.Width() / 2.0, channel * frame.Height()
698 range = bounds.Width() - frame.Width() - (kPadding * 2.0);
717 fIsVertical = Bounds().Width() / Bound
[all...]
/haiku/src/apps/diskusage/
H A DControlsView.cpp70 return fIcon->Bounds().Width() + kSmallHMargin;
91 frame.Width() - IconWidth() - kSmallHMargin);
164 float averageWidth = Frame().Width() / countTabs;
180 float toShave = width - Frame().Width();
/haiku/src/preferences/printers/
H A DTestPageView.cpp81 float scale = Bounds().Width() / kLeafWidth;
165 float size = rect.Width();
170 BPoint center(rect.Width() / 2, rect.Height() / 2);
317 float width = Bounds().Width();
H A DPrintersWindow.cpp399 if (fPrintTestPage->Bounds().Width() > fRestart->Bounds().Width())
401 BSize(fPrintTestPage->Bounds().Width(), B_SIZE_UNSET));
404 BSize(fRestart->Bounds().Width(), B_SIZE_UNSET));
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h82 float Width() const function in class:TextDocumentLayout
H A DCharacterStyle.cpp195 return data->Width() == width;
203 CharacterStyle::Width() const function in class:CharacterStyle
205 return fStyleData->Width();
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h59 { return 1 - fXScrollRange / fPadRect.Width(); }
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp111 wndpt.x -= rect.Width() / 2;
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h111 uint16 Width() const function in class:SGIImage
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.cpp55 // Width
57 DWindowBuffer::Width() const function in class:DWindowBuffer
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp226 float width = frame.Width() - horzOffset * 2;
240 float size = std::min(rect.Width(), rect.Height());
243 if (frame.Width() > rect.Height()) {
244 rect.OffsetBy((frame.Width() - size) / 2.0f, 0.0f);
/haiku/src/apps/tv/
H A DVideoView.cpp283 bar_width = bnd.Width() / 8;
297 bar_width = bnd.Width() / steps;
312 bar_width = bnd.Width() / steps;
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp192 float width = view->Bounds().Width();
207 fLine1Start.Set((width - rect.Width()) / 2, y);
209 fLine2Start.Set((width - rect.Width()) / 2, y + rect.Height() + height / 10);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp36 view->FillEllipse(rect.InsetByCopy(rect.Width()/4, rect.Height()/4));
51 s.ArcTo(rect.Width()/4, rect.Height()/4, 0, false, true, rect.RightTop());
264 scroll->ResizeTo(bounds.Width(), bounds.Height());
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp174 float width = PageRect().Width();
176 x = width - frame.Width();
188 bigStep = frame.Width() - 2;
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp129 FrameResized(rect.Width(), rect.Height());
172 if (frame.Width() + rightmost > width - overflowMenuWidth)
263 FrameResized(rect.Width(), rect.Height());
/haiku/src/apps/terminal/
H A DSmartTabView.cpp53 ContainerView()->ResizeTo(frame.Width(), frame.Height());
62 fFullScreenButton->ResizeTo(buttonRect.Width(), buttonRect.Height());
136 view->ResizeTo(ContainerView()->Bounds().Width()
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp91 ResizeBy(preferredSize.Width() - Bounds().Width(),
239 ResizeTo(frame.Width(), frame.Height());
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp89 iconFrame.left + fMiniIcon.Bounds().Width(),
96 frame.left += fMiniIcon.Bounds().Width();
109 owner->MovePenTo(frame.left + (fMiniIcon.Bounds().Width() / 2),
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp232 Fractal->Width = bounds.IntegerWidth() / 2 + 1;
235 Fractal->Width = bounds.IntegerWidth() + 1;
240 Fractal->Lx = (Fractal->Width - 1) / 2;
242 Fractal->Col = NRAND(Fractal->Width * Fractal->Height - 1) + 1;
248 Fractal->Width - 1, Fractal->Height - 1), 0, B_RGB32);
251 Fractal->Width - 1, Fractal->Height - 1), 0, B_GRAY8);
427 int32 minX = F->Width;
439 if (p.x >= 0 && p.x < F->Width
464 if (p.x >= 0 && p.x < F->Width
481 if (p.x >= 0 && p.x < F->Width
[all...]
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp85 *width += fBitmap->Bounds().Width() + sLabelOffset;
87 *width = Frame().Width()/* - sHPad*/;
163 const float bitmapWidth = fBitmap->Bounds().Width(),
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp297 ScreenshotCoordinate(info->Code(), info->Width(), info->Height()),
325 float w = (float) info->Width();
327 if (w > size.Width())

Completed in 223 milliseconds

1234567891011>>