Searched refs:Bounds (Results 1 - 25 of 643) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp154 return Bounds().Contains(_FrameFor(c));
161 int32 topBlock = _BlockAt(BPoint(Bounds().left, Bounds().top));
162 int32 bottomBlock = _BlockAt(BPoint(Bounds().right, Bounds().bottom));
693 BRect bounds = Bounds();
729 Bounds().Height() - fCharacterHeight);
743 int32 top = (int32)Bounds().top;
/haiku/src/preferences/screen/
H A DMonitorView.cpp192 float maxWidth = Bounds().Width();
193 float maxHeight = Bounds().Height();
213 BSize size = Bounds().Size();
/haiku/src/apps/stylededit/
H A DStatusView.cpp111 if (Bounds().Width() > width)
112 width = Bounds().Width();
125 BRect bounds(Bounds());
130 BRect bounds(Bounds());
184 where.y = Bounds().bottom;
296 BPoint point = Bounds().LeftBottom();
299 BRect clickToOpenRect(Bounds());
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp261 9 + (fChipRect.Width() - fBrandLogo->Bounds().Width()) / 2,
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp128 *_width = fIconBitmap->Bounds().Width()
132 *_height = fIconBitmap->Bounds().Height()
151 BRect rect(Bounds());
157 + (rect.Width() - fIconBitmap->Bounds().Width()) / 2,
158 rect.top + (rect.Height() - fIconBitmap->Bounds().Height()) / 2));
/haiku/src/apps/installer/
H A DInstallerWindow.cpp111 BRect bounds(Bounds());
119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
120 placement.y = (bounds.top + bounds.bottom - fLogo->Bounds().Height()) / 2;
132 width = fLogo->Bounds().Width();
133 height = fLogo->Bounds().Height();
/haiku/src/apps/drivesetup/
H A DDiskView.cpp142 BRect b(Bounds());
189 BPoint where = b.RightBottom() - BPoint(fIcon->Bounds().Width(),
190 fIcon->Bounds().Height());
522 BRect bounds(Bounds());
H A DPartitionList.cpp110 BRect r = bitmap ? bitmap->Bounds() : BRect(0, 0, 15, 15);
180 width += bitmap->Bounds().Width();
/haiku/src/apps/diskprobe/
H A DProbeView.cpp241 SetExplicitSize(fBitmap->Bounds().Size());
286 (icon_size)(fBitmap->Bounds().IntegerWidth() + 1));
1030 AddChild(new BStringView(Bounds(), B_TRANSLATE("Type editor"),
1037 BRect rect = Bounds();
1060 BRect rect = Bounds();
1064 point.x = (rect.Width() - fTypeEditorView->Bounds().Width()) / 2;
1066 point.y = (rect.Height() - fTypeEditorView->Bounds().Height()) / 2;
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp614 fView->DrawBitmap(fBitmap[index], fView->Bounds());
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp460 return BSize(fLogo->Bounds().Width(), fLogo->Bounds().Height());
470 return BSize(B_SIZE_UNLIMITED, fLogo->Bounds().Height());
480 BRect bounds(Bounds());
484 DrawBitmap(fLogo, BPoint((bounds.Width() - fLogo->Bounds().Width()) / 2, 0));
551 fTarget->ResizeTo(Bounds().Width() + fCropLeft + fCropRight,
552 Bounds().Height() + fCropTop + fCropBottom);
708 float draggerHeight = fDragger->Bounds().Height() + kDraggerMargin * 2;
766 StrokeRect(Bounds());
959 _ResizeBy(width - Bounds()
[all...]
/haiku/src/kits/interface/
H A DColumnTypes.cpp635 BRect r = bitmap->Bounds();
/haiku/src/preferences/appearance/
H A DAPRView.cpp83 BSize(B_SIZE_UNSET, fPicker->Bounds().Height()));
/haiku/src/kits/tracker/
H A DContainerWindow.cpp997 float offsetX = extent.left - PoseView()->Bounds().left;
998 float offsetY = extent.top - PoseView()->Bounds().top;
1003 if (offsetX < 0 && PoseView()->Bounds().right > extent.right
1004 && Bounds().Width() > fPreviousBounds.Width()) {
1005 scroll.x = std::max(fPreviousBounds.Width() - Bounds().Width(),
1009 if (offsetY < 0 && PoseView()->Bounds().bottom > extent.bottom
1010 && Bounds().Height() > fPreviousBounds.Height()) {
1011 scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
1022 fPreviousBounds = Bounds();
1273 extent.left - PoseView()->Bounds()
[all...]
H A DFilePanelPriv.cpp686 BRect windRect(Bounds());
687 fBackView = new BView(Bounds(), "View", B_FOLLOW_ALL, 0);
703 rect.top = fMenuBar->Bounds().Height() + spacing;
H A DTextWidget.cpp414 float oldWidth = textView->Bounds().Width();
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp175 BRect viewFrame = contentView->Bounds();
225 viewFrame.bottom = contentView->Bounds().bottom;
545 BRect r(bitmap->Bounds());
1123 BRect frame = fToolBar->Parent()->Bounds();
1126 fScrollArea->ResizeTo(fScrollArea->Bounds().Width(),
1154 BRect bounds = fImageView->Bitmap()->Bounds();
1375 frame.top -= fBar->Bounds().Height() + 1;
1476 fPrintOptions.SetBounds(fImageView->Bitmap()->Bounds());
1477 fPrintOptions.SetWidth(fImageView->Bitmap()->Bounds().Width() + 1);
1512 float imageWidth = bitmap->Bounds()
[all...]
H A DShowImageStatusView.cpp72 if (Bounds().Width() > width)
73 width = Bounds().Width();
86 BRect bounds(Bounds());
91 BRect bounds(Bounds());
133 BPoint point = Bounds().LeftBottom();
136 BRect clickToOpenRect(Bounds());
/haiku/src/preferences/filetypes/
H A DIconView.cpp444 int32 width = bitmap->Bounds().IntegerWidth() + 1;
463 BBitmap* target = new (nothrow) BBitmap(bitmap->Bounds(),
466 BView* view = new BView(bitmap->Bounds(), NULL, B_FOLLOW_NONE,
469 view->DrawBitmap(source, bitmap->Bounds());
923 BBitmap *dragBitmap = new BBitmap(fIconBitmap->Bounds(), B_RGBA32, true);
926 = new BView(dragBitmap->Bounds(), B_EMPTY_STRING, B_FOLLOW_NONE, 0);
930 view->FillRect(dragBitmap->Bounds());
1070 (icon_size)(bitmap->Bounds().IntegerWidth() + 1)) != B_OK) {
/haiku/src/apps/text_search/
H A DGrepWindow.cpp997 fSearchText->Bounds().Width() - 10);
/haiku/src/apps/terminal/
H A DTermWindow.cpp318 BRect textFrame = Bounds();
319 textFrame.top = fMenuBar->Bounds().bottom + 1.0;
500 BLayoutBuilder::Menu<>(fMenuBar = new BMenuBar(Bounds(), "mbar"))
962 float mbHeight = fMenuBar->Bounds().Height() + 1;
983 float mbHeight = fMenuBar->Bounds().Height() + 1;
1370 minimumHeight += fMenuBar->Bounds().Height() + 1;
1388 viewHeight + fMenuBar->Bounds().Height() + 1);
1755 minimumHeight += fMenuBar->Bounds().Height() + 1;
1772 height += fMenuBar->Bounds().Height() + 1;
H A DTermViewStates.cpp610 BRect bounds(fView->Bounds());
694 fView->_ConvertToTerminal(fView->Bounds().RightBottom()), true,
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp36 AddChild(new view(Bounds()));
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp338 engine->DataSize(), engine->DataType(), engine->Bounds(),
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp59 BRect innerFrame = Bounds();
66 innerFrame.right -= vScrollBar->Bounds().Width() - 1;
68 innerFrame.bottom -= hScrollBar->Bounds().Height() - 1;
79 rect.right = rect.left + vScrollBar->Bounds().Width();
90 rect.bottom = rect.top + hScrollBar->Bounds().Height();

Completed in 365 milliseconds

1234567891011>>