Searched refs:rect (Results 476 - 500 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp897 BRect rect = fSettingsBox->InnerFrame().InsetByCopy(4, 4); local
899 BRect rect = fSettingsBox->Bounds().InsetByCopy(4, 4); local
900 rect.top += 14;
902 fSettingsView = new BView(rect, "SettingsView", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/apps/deskbar/
H A DBarView.h157 BRect OffsetIconFrame(BRect rect) const;
/haiku/src/kits/tracker/
H A DModel.cpp1441 BRect rect; local
1443 rect.Set(0, 0, B_MINI_ICON - 1, B_MINI_ICON - 1);
1445 rect.Set(0, 0, B_LARGE_ICON - 1, B_LARGE_ICON - 1);
1447 BBitmap bitmap(rect, B_CMAP8);
H A DPose.h73 void DeselectWithoutErasingBackground(BRect rect,
H A DPoseView.h522 bool IsValidLocation(const BRect& rect);
785 BRect rect; member in struct:BPrivate::BPoseView::SelectionRectInfo
1127 BPoseView::AddToExtent(const BRect&rect)
1129 fExtent = fExtent | rect;
/haiku/src/servers/app/
H A DScreen.cpp221 Screen::SetFrame(const BRect& rect) argument
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp25 static BPoint centerPoint(BRect rect) argument
27 int x = (int)(rect.left + rect.IntegerWidth() / 2);
28 int y = (int)(rect.top + rect.IntegerHeight() / 2);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp992 BRect rect(where.x + size - barWidth,where.y + yOffset,
994 view->StrokeRect(rect);
1006 rect.InsetBy(1,1);
1007 BRect bar(rect);
1014 bar.bottom = rect.bottom;
/haiku/src/kits/interface/
H A DTextView.cpp335 BRect rect; local
337 if (archive->FindRect("_trect", &rect) != B_OK)
338 rect.Set(0, 0, 0, 0);
340 _InitObject(rect, NULL, NULL);
813 // will update scroll bars if text rect changes
817 // move text rect into position and redraw.
822 // align rect
823 BRect rect(fLayoutData->leftInset, fLayoutData->topInset,
827 rect = BLayoutUtils::AlignOnRect(rect,
2230 SetTextRect(BRect rect) argument
6002 _UpdateInsets(const BRect& rect) argument
[all...]
H A DWindow.cpp1183 // the update rect is in screen coordinates...
1214 // read culmulated update rect (is in screen coords)
1930 BWindow::ConvertToScreen(BRect* rect) const
1932 rect->OffsetBy(fFrame.LeftTop());
1937 BWindow::ConvertToScreen(BRect rect) const
1939 return rect.OffsetByCopy(fFrame.LeftTop());
1944 BWindow::ConvertFromScreen(BRect* rect) const
1946 rect->OffsetBy(-fFrame.left, -fFrame.top);
1951 BWindow::ConvertFromScreen(BRect rect) const
1953 return rect
2470 CenterIn(const BRect& rect) argument
[all...]
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp355 BRect rect = corner->windowArea->Frame(); local
356 if (areaRect.Intersects(rect))
/haiku/headers/build/os/app/
H A DMessage.h137 status_t FindRect(const char *name, BRect *rect) const;
138 status_t FindRect(const char *name, int32 index, BRect *rect) const;
/haiku/src/apps/mail/
H A DAddressTextControl.cpp267 // the text rect.
440 BRect rect = Bounds(); local
441 be_control_look->DrawMenuFieldBackground(this, rect,
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp177 BRect rect(0, 0, width, height);
178 fDisplayBitmap = new BBitmap(rect, B_RGB24);
/haiku/src/apps/glteapot/
H A DObjectView.cpp136 ObjectView::ObjectView(BRect rect, const char *name, ulong resizingMode, argument
138 : BGLView(rect, name, resizingMode, 0, options),
/haiku/headers/os/interface/
H A DTextView.h178 void SetTextRect(BRect rect);
419 void _UpdateInsets(const BRect& rect);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp302 // left of gradient rect
306 // right of gradient rect
310 // bottom of gradient rect
390 BRect rect(markerPos.x + leftBottom.x, markerPos.y,
392 be_control_look->DrawSliderTriangle(this, rect, updateRect, bg,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp1201 void CTheater100::getActiveRange( theater_standard standard, CRadeonRect &rect )
1203 rect.SetTo(
1208 void CTheater100::getVBIRange( theater_standard standard, CRadeonRect &rect )
1210 rect.SetTo(
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp198 BRect rect = screen.Frame(); local
199 float width = rect.Width() - 12;
200 SetSizeLimits(min_width, width, min_height, rect.Height() - 24);
206 SetZoomLimits(width, rect.Height() - 24);
/haiku/src/preferences/filetypes/
H A DIconView.cpp781 BRect rect = BitmapRect(); local
784 rect.left++;
785 rect.top++;
787 StrokeRect(rect);
H A DFileTypesWindow.cpp1001 BRect rect; local
1002 if (settings.FindRect("file_types_frame", &rect) == B_OK)
1003 return rect;
H A DApplicationTypeWindow.cpp531 BRect rect; local
532 if (settings.FindRect("app_type_next_frame", &rect) == B_OK)
533 return rect;
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp291 BRect rect = bitmap->Bounds(); local
292 uint32 height = rect.IntegerHeight() + 1;
293 uint32 width = rect.IntegerWidth() + 1;
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp703 BRect rect(0, 0, 239, 239);
706 translator, NULL, &view, &rect);
721 fSettingsWindow = new BWindow(rect,
/haiku/src/bin/
H A Dsetmime.cpp758 BRect rect(0, 0, iconSize - 1, iconSize - 1);
763 fSmallIcon = new BBitmap(rect, B_COLOR_8_BIT);
768 fBigIcon = new BBitmap(rect, B_COLOR_8_BIT);

Completed in 355 milliseconds

<<11121314151617181920>>