Searched refs:rect (Results 301 - 325 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/diskprobe/
H A DDataView.cpp595 BRect rect; local
597 rect = firstLine;
599 rect = block;
601 rect = lastLine;
604 rect.bottom = block.bottom;
606 rect.bottom = lastLine.bottom;
607 rect.right = lastLine.right;
609 rect.bottom++;
611 AddLine(rect.LeftTop(), rect
806 BRect rect = SelectionFrame(fFocus, start, end); local
[all...]
H A DFileWindow.cpp28 FileWindow::FileWindow(BRect rect, entry_ref *ref, const BMessage *settings) argument
29 : ProbeWindow(rect, ref)
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp43 make_rect_valid(BRect& rect) argument
45 if (rect.left > rect.right) {
46 float temp = rect.left;
47 rect.left = rect.right;
48 rect.right = temp;
50 if (rect.top > rect.bottom) {
51 float temp = rect
59 extend_by_stroke_width(BRect& rect, float penSize) argument
153 SetDirty(const BRect &rect) argument
529 BRect rect; member in struct:node
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.h56 void getActiveRange( theater_standard standard, CRadeonRect &rect );
59 void getVBIRange( theater_standard standard, CRadeonRect &rect );
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp146 BRect rect(50,50,380,150);
147 fWindow = new PPPStatusWindow(rect, fID);
/haiku/src/libs/print/libprint/
H A DPagesView.cpp26 void PagesView::Draw(BRect rect) argument
34 FillRect(rect);
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height()); local
15 menubar = new BMenuBar(rect, "menu_bar");
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height()); local
15 menubar = new BMenuBar(rect, "menu_bar");
H A DPathView.cpp45 PathView::PathView(BRect rect) argument
46 : BView(rect, NULL, B_FOLLOW_ALL_SIDES, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_SUBPIXEL_PRECISE) {
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h116 void ScreenChanged(BRect rect, color_space space);
142 float BRectRatio(BRect rect);
H A DBackgroundsView.cpp1322 FramePart::Draw(BRect rect) argument
1331 FillRect(rect);
1340 FillRect(BRect(0, 1, rect.right, 3));
1342 StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
1344 StrokeLine(BPoint(0, 4), BPoint(rect.right, 4));
1348 FillRect(rect);
1357 FillRect(BRect(1, 0, 3, rect.bottom));
1359 StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
1361 StrokeLine(BPoint(4, 0), BPoint(4, rect.bottom));
1366 FillRect(BRect(1, 0, 3, rect
[all...]
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.cpp24 GLifeView::GLifeView(BRect rect, const char* name, ulong resizingMode, argument
27 BGLView(rect, name, resizingMode, B_FRAME_EVENTS | B_WILL_DRAW, options),
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h73 virtual void Draw(BRect rect);
105 void _GetEditCaretRect(BRect& rect) const;
/haiku/src/servers/app/
H A DServerBitmap.h87 ServerBitmap(BRect rect, color_space space,
114 UtilityBitmap(BRect rect, color_space space,
/haiku/src/kits/print/
H A DPicturePrinter.cpp48 printf("rect [l: %f, t: %f, r: %f, b: %f] ", r->left, r->top, r->right, r->bottom);
116 void PicturePrinter::StrokeRect(BRect rect) { argument
117 Indent(); Print("StrokeRect"); Print(&rect); Cr();
121 void PicturePrinter::FillRect(BRect rect) { argument
122 Indent(); Print("FillRect"); Print(&rect); Cr();
126 void PicturePrinter::StrokeRoundRect(BRect rect, BPoint radii) { argument
127 Indent(); Print("StrokeRoundRect"); Print(&rect); Print("radii", &radii); Cr();
131 void PicturePrinter::FillRoundRect(BRect rect, BPoint radii) { argument
132 Indent(); Print("FillRoundRect"); Print(&rect); Print("radii", &radii); Cr();
/haiku/headers/libs/print/libprint/
H A DPrintUtils.h50 BRect ScaleRect(const BRect& rect, float scale);
58 void SetRect(BMessage* msg, const char* name, const BRect& rect);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp77 BRect rect = frame; local
81 rect.left -= 11.0f;
91 owner->FillRect(rect, B_SOLID_LOW);
106 BPoint point(rect.left + 2.0f,
107 rect.top + (rect.Height() - iconRect.Height()) / 2.0f);
115 owner->MovePenTo(rect.left + iconRect.Width() + 8.0f, frame.top + fBaselineOffset);
120 BStringItem::DrawItem(owner, rect, complete);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp840 BRect rect(a, b);
841 StrokeRect(rect, fPatternHandler.HighColor());
842 return _Clipped(rect);
844 BRect rect(a, b);
845 StrokeRect(rect, fPatternHandler.LowColor());
846 return _Clipped(rect);
902 BRect rect(a, b);
903 FillRect(rect, fPatternHandler.HighColor());
904 return _Clipped(rect);
906 BRect rect(
1124 agg::rounded_rect rect; local
1149 agg::rounded_rect rect; local
1175 agg::rounded_rect rect; local
1185 AlignEllipseRect(BRect* rect, bool filled) const argument
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp856 BColumnListView::BColumnListView(BRect rect, const char* name, argument
860 BView(rect, name, resizingMode,
1438 BRect rect; local
1443 rect = rect1 | rect2;
1445 fOutlineView->Invalidate(rect);
1635 BRect rect(GetFieldRect(row, inColumn));
1639 float baseline = floor(rect.top + fh.ascent
1640 + (rect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
1641 return BPoint(rect.left + 8, baseline);
1648 BRect rect; local
1686 DrawLatch(BView* view, BRect rect, LatchType position, BRow*) argument
1945 BRect rect = Bounds(); local
2325 TitleView(BRect rect, OutlineView* horizontalSlave, BList* visibleColumns, BList* sortColumns, BColumnListView* listView, uint32 resizingMode) argument
2666 DrawTitle(BView* view, BRect rect, BColumn* column, bool depressed) argument
3193 OutlineView(BRect rect, BList* visibleColumns, BList* sortColumns, BColumnListView* listView) argument
4023 BRect rect; local
4034 BRect rect; local
4042 BRect rect; local
4734 BRect rect; local
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h82 void LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect);
/haiku/src/apps/networkstatus/
H A DRadioView.h29 static void Draw(BView* view, BRect rect, int32 percent,
/haiku/src/apps/soundrecorder/
H A DScopeView.h19 ScopeView(BRect rect, uint32 resizeFlags);
H A DTrackSlider.h34 TrackSlider(BRect rect, const char* title, BMessage *msg, uint32 resizeFlags);
/haiku/src/apps/tv/
H A DMainWin.h41 MainWin(BRect rect);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp34 DelegateBasedTableColumn::DrawTitle(BRect rect, BView* targetView) argument
36 fColumnDelegate->DrawTitle(rect, targetView);
48 DelegateBasedTableColumn::DrawValue(const BVariant& value, BRect rect, argument
51 fColumnDelegate->DrawField(PrepareField(value), rect, targetView); local

Completed in 212 milliseconds

<<11121314151617181920>>