Searched refs:rect (Results 351 - 375 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/interface/
H A DButton.cpp134 BRect rect(Bounds());
147 be_control_look->DrawButtonFrame(this, rect, updateRect,
151 be_control_look->DrawButtonWithPopUpBackground(this, rect, updateRect,
154 be_control_look->DrawButtonBackground(this, rect, updateRect,
163 be_control_look->DrawLabel(this, Label(), icon, rect, updateRect, base,
710 BRect rect(Bounds());
711 rect.left = rect.right - right + 1;
712 return rect;
H A DView.cpp338 BRect rect; local
339 link.Read<BRect>(&rect);
340 clipping_region.Include(rect);
884 BView::ConvertToParent(BRect* rect) const
893 rect->OffsetBy(-fBounds.left + fParentOffset.x,
899 BView::ConvertToParent(BRect rect) const
901 ConvertToParent(&rect);
903 return rect;
908 BView::ConvertFromParent(BRect* rect) const
917 rect
3050 ClipToRect(BRect rect) argument
3057 ClipToInverseRect(BRect rect) argument
3344 StrokeEllipse(BRect rect, ::pattern pattern) argument
3378 FillEllipse(BRect rect, ::pattern pattern) argument
3394 FillEllipse(BRect rect, const BGradient& gradient) argument
3419 StrokeArc(BRect rect, float startAngle, float arcAngle, ::pattern pattern) argument
3456 FillArc(BRect rect, float startAngle, float arcAngle, ::pattern pattern) argument
3475 FillArc(BRect rect, float startAngle, float arcAngle, const BGradient& gradient) argument
3706 StrokeRect(BRect rect, ::pattern pattern) argument
3722 FillRect(BRect rect, ::pattern pattern) argument
3743 FillRect(BRect rect, const BGradient& gradient) argument
3764 StrokeRoundRect(BRect rect, float xRadius, float yRadius, ::pattern pattern) argument
3783 FillRoundRect(BRect rect, float xRadius, float yRadius, ::pattern pattern) argument
3803 FillRoundRect(BRect rect, float xRadius, float yRadius, const BGradient& gradient) argument
4302 BRect rect; local
4574 InvertRect(BRect rect) argument
5015 BRect rect; local
5972 _ClipToRect(BRect rect, bool inverse) argument
6645 _ReservedView1__5BView(BView* view, BRect rect) argument
[all...]
/haiku/src/apps/mail/
H A DHeader.cpp148 BRect rect = Bounds(); local
150 rect.top++;
157 be_control_look->DrawLabel(this, Text(), rect, updateRect,
196 BRect rect = TextView()->Frame(); local
197 rect.InsetBy(-2, -2);
208 be_control_look->DrawTextControlBorder(this, rect, updateRect, base,
213 rect = CreateLabelLayoutItem()->Frame().OffsetByCopy(-Frame().left,
216 rect.top++;
221 be_control_look->DrawLabel(this, Label(), rect, updateRect,
H A DMailWindow.cpp171 HorizontalLine(BRect rect) argument
173 BView (rect, NULL, B_FOLLOW_ALL, B_WILL_DRAW)
177 virtual void Draw(BRect rect) argument
179 FillRect(rect, B_SOLID_HIGH);
187 TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app, argument
191 BWindow(rect, title, B_DOCUMENT_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS),
201 fZoom(rect),
1514 BRect rect; local
1517 rect = button->Frame();
1519 rect
1905 BRect rect = Frame(); local
[all...]
/haiku/src/preferences/printers/
H A DPrinterListView.cpp270 BRect rect(0, 0, B_LARGE_ICON - 1, B_LARGE_ICON - 1);
273 sIcon = new BBitmap(rect, B_RGBA32);
275 sIcon = new BBitmap(rect, B_CMAP8);
286 sSelectedIcon = new BBitmap(rect, B_RGBA32, true);
289 BView *view = new BView(rect, "offscreen", B_FOLLOW_ALL,
291 float y = rect.Height() - checkMark->Bounds().Height();
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp33 NormalPulseView::NormalPulseView(BRect rect) argument
34 : PulseView(rect, "NormalPulseView"),
52 fChipRect = BRect(10, (rect.Height() - width - 15) / 2, 25 + width,
53 (rect.Height() + width + 15) / 2);
87 ResizeTo(progressLeft + ProgressBar::PROGRESS_WIDTH + 10, rect.Height());
251 NormalPulseView::Draw(BRect rect) argument
H A DPulseView.cpp29 PulseView::PulseView(BRect rect, const char *name) argument
31 BView(rect, name, B_FOLLOW_ALL_SIDES,
H A DDeskbarPulseView.cpp32 DeskbarPulseView::DeskbarPulseView(BRect rect) argument
33 : MiniPulseView(rect, "DeskbarPulseView")
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp294 // calculate resize rect
357 // calculate our tab rect
384 // format tab rect for a floating window - make the rect smaller
443 // finally, layout the buttons and text within the tab rect
529 TabDecorator::_DrawOutlineFrame(BRect rect) argument
535 fDrawingEngine->StrokeRect(rect);
547 BRect rect = TabRect((int32) 0) | TabRect(CountTabs() - 1); local
548 // Get a rect of all the tabs
556 rect
[all...]
H A DTabDecorator.h84 virtual void _DrawFrame(BRect rect) = 0;
85 virtual void _DrawOutlineFrame(BRect rect);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.h24 virtual void DrawTitle(BRect rect, BView* targetView);
27 virtual void DrawValue(const BVariant& value, BRect rect,
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp5 BBView::BBView(BRect rect) argument
6 : BView(rect, NULL, B_FOLLOW_ALL_SIDES, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_SUBPIXEL_PRECISE) {
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp34 AutoConfigWindow::AutoConfigWindow(BRect rect, ConfigWindow *parent) argument
36 BWindow(rect, B_TRANSLATE("Create new account"), B_TITLED_WINDOW_LOOK,
/haiku/src/apps/people/
H A DPictureView.cpp257 BRect rect = Bounds(); local
265 StrokeRect(rect);
275 BRect frame = rect.InsetByCopy(kPictureMargin, kPictureMargin);
403 BRect rect = fPictureRect.OffsetToCopy(B_ORIGIN);
404 BView view(rect, NULL, B_FOLLOW_NONE, B_WILL_DRAW);
405 BBitmap* bitmap = new(nothrow) BBitmap(rect, hasAlpha ? B_RGBA32
416 view.FillRect(rect);
422 rect, B_FILTER_BITMAP_BILINEAR);
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp102 status_t PrintJobPage::NextPicture(BPicture& picture, BPoint& point, BRect& rect) argument
110 fJobFile.Read(&rect, sizeof(BRect));
/haiku/src/apps/showimage/
H A DFilter.h165 Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what,
173 bool Matches(BRect rect, bool dither) const;
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp47 ImageWindow::ImageWindow(BRect rect, const char *name) argument
48 : BWindow(rect, name, B_DOCUMENT_WINDOW, 0)
/haiku/src/tests/kits/translation/
H A DTranslatorTest.cpp161 BRect rect; local
165 &pview, &rect) == B_ERROR);
/haiku/src/servers/app/
H A DCanvas.cpp150 Canvas::ClipToRect(BRect rect, bool inverse) argument
152 bool needDrawStateUpdate = fDrawState->ClipToRect(rect, inverse);
/haiku/src/preferences/input/
H A DInputWindow.cpp38 InputWindow::InputWindow(BRect rect) argument
40 BWindow(rect, B_TRANSLATE_SYSTEM_NAME("Input"), B_TITLED_WINDOW,
/haiku/src/bin/desklink/
H A DDeskButton.cpp147 DeskButton::Draw(BRect rect) argument
149 BView::Draw(rect);
/haiku/src/preferences/screen/
H A DMonitorView.cpp28 MonitorView::MonitorView(BRect rect, const char *name, int32 width, int32 height) argument
29 : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.h120 void getActiveRange( video_in_standard standard, CRadeonRect &rect );
/haiku/src/apps/resedit/
H A DBitmapView.h26 virtual void Draw(BRect rect);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp28 rect = r;
50 BRect rect; member in struct:node
265 // currently on the stack and to which the current rect pointed
273 CopyBits(n->rect, BRect(n->rect).OffsetByCopy(xOffset, yOffset));

Completed in 273 milliseconds

<<11121314151617181920>>