Searched refs:Width (Results 276 - 300 of 595) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/preferences/time/
H A DDateTimeEdit.cpp107 point.x += (bounds.Width() - StringWidth(field)) / 2;
126 point.x += (bounds.Width() - StringWidth(field)) / 2;
484 point.x += (bounds.Width() - StringWidth(field)) / 2;
506 point.x += (bounds.Width() - StringWidth(field)) / 2;
/haiku-fatelf/src/preferences/touchpad/
H A DTouchpadPrefView.cpp53 fXScrollRange = fPadRect.Width();
143 fXScrollRange = fPadRect.Width() * (1 - rightRange);
153 *width = fPrefRect.Width();
164 fXScrollRange = fPadRect.Width();
/haiku-fatelf/src/servers/app/
H A DServerBitmap.h47 inline int32 Width() const function in class:ServerBitmap
H A DIntRect.h85 int32 Width() const;
208 IntRect::Width() const function in class:IntRect
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATWindow.cpp47 fOriginalWidth = frame.Width();
257 if (maxWidth < targetFrame.Width())
352 fOriginalWidth = frame.Width();
495 x = fOriginalWidth - frame.Width();
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp68 virtual int16 Width(const struct video_mode *mode=NULL);
171 ModeOps::Width(const struct video_mode *mode) function in class:ModeOps
853 virtual int16 Width(const struct video_mode *mode=NULL);
929 mode->width = Width();
947 (int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
949 (int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
982 NFVDIModeOps::Width(const struct video_mode *mode) function in class:NFVDIModeOps
985 return ModeOps::Width(mode);
1122 gKernelArgs.frame_buffer.width = sMode->ops->Width(sMode);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DIconListItem.cpp86 frame.right = frame.left + Width() + 1.0;
/haiku-fatelf/src/tests/kits/midi/midi_player_replacement/
H A DScope.cpp20 mWidth = (int) rect.Width(); mHeight = (int)rect.Height();
/haiku-fatelf/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp157 button->ResizeTo(rect.Width(), height);
215 button->MoveTo((rect.Width() - button->Bounds().Width()) / 2, rect.top);
218 ResizeTo(Bounds().Width(), button->Frame().bottom + 10);
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.cpp210 float realWidth = b.Width() - (_edge_pad_x * 2);
1311 m_startButton->ResizeTo(br.Width(), br.Height());
1315 m_stopButton->ResizeTo(br.Width(), br.Height());
1319 m_prerollButton->ResizeTo(br.Width(), br.Height());
1353 m_fromLabel->Bounds().Width(),
1364 m_regionStartView->Bounds().Width(),
1380 m_toLabel->Bounds().Width(),
1397 float targetWidth = (b.Width() < viewWidth) ?
1399 b.Width();
/haiku-fatelf/src/preferences/printers/
H A DPrinterListView.cpp411 float totalWidth = bounds.Width() - iconColumnWidth;
454 owner->TruncateString(&s, B_TRUNCATE_END, bounds.Width() - commentPt.x);
468 owner->TruncateString(&s, B_TRUNCATE_END, bounds.Width() - pendingPt.x);
472 owner->TruncateString(&s, B_TRUNCATE_MIDDLE, bounds.Width() - commentPt.x);
/haiku-fatelf/src/kits/interface/
H A DTextControl.cpp600 minWidth = max_c(minWidth, Bounds().Width());
760 if (bounds.Width() > fLayoutData->previous_width) {
766 } else if (bounds.Width() < fLayoutData->previous_width) {
796 fLayoutData->previous_width = bounds.Width();
799 TRACE("width: %.2f, height: %.2f\n", bounds.Width(), bounds.Height());
1072 fLayoutData = new LayoutData(bounds.Width(), bounds.Height());
1088 fDivider = floorf(bounds.Width() / 2.0f);
1145 ResizeTo(Bounds().Width(), fLayoutData->min.height);
1168 fText->ResizeTo(frame.Width(), frame.Height());
1171 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Fram
[all...]
H A DControlLook.cpp392 bool filledSurface = filledRect.Width() > 0;
393 bool nonfilledSurface = nonfilledRect.Width() > 0;
476 view->SetPenSize(max_c(1.0, ceilf(rect.Width() / 3.5)));
597 if (rect.Width() > 0) {
603 if (rect.Width() >= 0) {
609 if (rect.Width() >= 0) {
615 if (rect.Width() >= 0) {
735 float hInset = rect.Width() / 3;
742 tri2.Set(rect.right - rect.Width() / 1.33,
748 tri2.Set(rect.left + rect.Width() / 1.3
[all...]
/haiku-fatelf/headers/os/interface/
H A DRect.h77 float Width() const;
221 BRect::Width() const function in class:BRect
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp160 ((fClip.Width() << 17) & C_RADEON_CAP0_H_WIDTH));
171 ((fVBIClip.Width() << 16) & C_RADEON_CAP0_VBI_H_WIDTH));
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImage.cpp158 if (desc->Width() != Width() || desc->Height() != Height() ||
/haiku-fatelf/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp103 BRect frame(0, 0, bounds.Width(), 20);
208 scale *= view->Bounds().Width();
/haiku-fatelf/src/apps/3dmov/
H A DViewObject.cpp84 FrameResized(frame.Width(), frame.Height());
245 media->mTextureWidth = (int)(bitmap->Bounds().Width() + 1);
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp123 if (r.Width() > *width) {
124 *width = r.Width();
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp73 if (frame.Width() < mpm.mini.x + 1)
77 ResizeTo(frame.Width(), frame.Height());
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp113 rect.left = rect.left + rect.Width() * Position() - rect.Height() / 2;
262 * (BarFrame().Width() - 2) + BarFrame().left + 1);
/haiku-fatelf/src/apps/terminal/
H A DSmartTabView.cpp47 ContainerView()->ResizeTo(frame.Width(), frame.Height());
118 view->ResizeTo(ContainerView()->Bounds().Width()
/haiku-fatelf/src/bin/network/ppp_up/
H A DPPPStatusView.cpp62 rect.right = rect.left + (rect.Width() - 5) / 2;
78 rect.OffsetBy(rect.Width() + 5, 0);
/haiku-fatelf/src/preferences/mail/
H A DConfigViews.cpp169 float w = fConfigView->Bounds().Width();
220 float w = fConfigView->Bounds().Width();
/haiku-fatelf/src/preferences/mouse/
H A DMouseWindow.cpp81 position.x = (rect.Width() - windowFrame.Width()) / 2;

Completed in 146 milliseconds

<<11121314151617181920>>