Searched refs:BRect (Results 1 - 25 of 1863) sorted by relevance

1234567891011>>

/haiku/src/apps/gradients/
H A DGradientsView.h16 GradientsView(const BRect &r);
19 virtual void Draw(BRect update);
20 void DrawLinear(BRect update);
21 void DrawRadial(BRect update);
22 void DrawRadialFocus(BRect update);
23 void DrawDiamond(BRect update);
24 void DrawConic(BRect update);
/haiku/src/tests/kits/app/bmessage/
H A DMessageBRectItemTest.h24 BRect,
34 struct TBRectInitPolicy : public ArrayTypeBase<BRect>
36 inline static BRect Zero() { return BRect(0, 0, 0, 0); }
37 inline static BRect Test1() { return BRect(1, 2, 3, 4); }
38 inline static BRect Test2() { return BRect(5, 6, 7, 8); }
39 inline static size_t SizeOf(const BRect&) { return sizeof (BRect); } argument
[all...]
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp93 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews,
104 BRect bounds;
107 { BRect(0, 0, 39, 9), B_RGBA64 },
108 { BRect(0, 0, 39, 9), B_RGBA64_BIG },
109 { BRect(0, 0, 39, 9), B_RGB48 },
110 { BRect(0, 0, 39, 9), B_RGB48_BIG },
112 { BRect(0, 0, 39, 9), B_RGB32 },
113 { BRect(0, 0, 39, 9), B_RGBA32 },
114 { BRect(0, 0, 39, 9), B_RGB32_BIG },
115 { BRect(
[all...]
/haiku/src/preferences/screen/
H A DScreenSettings.h22 BRect WindowFrame() const { return fWindowFrame; };
23 void SetWindowFrame(BRect);
26 BRect fWindowFrame;
/haiku/src/preferences/printers/
H A DScreenSettings.h22 BRect WindowFrame() const { return fWindowFrame; };
23 void SetWindowFrame(BRect);
26 BRect fWindowFrame;
/haiku/src/kits/interface/
H A DRect.cpp19 BRect::SetLeftTop(const BPoint point)
27 BRect::SetRightBottom(const BPoint point)
35 BRect::SetLeftBottom(const BPoint point)
43 BRect::SetRightTop(const BPoint point)
51 BRect::InsetBy(BPoint point)
61 BRect::InsetBy(float dx, float dy)
70 BRect&
71 BRect::InsetBySelf(BPoint point)
78 BRect&
79 BRect
[all...]
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.h15 JoystickView(BRect bounds, BJoystick *stick);
17 virtual void Draw(BRect updateRect);
21 BRect _BuildButtons(BJoystick *stick);
22 BRect _BuildHats(BJoystick *stick, BRect rect);
23 void _BuildAxes(BJoystick *stick, BRect rect);
24 BRect _BuildString(BString name, const char* strName,
25 int number, BRect rect);
28 BRect fLastHatRect;
34 BJoystick *stick, BRect rec
[all...]
/haiku/headers/os/interface/
H A DRect.h15 class BRect { class
22 BRect();
23 BRect(const BRect& other);
24 BRect(float left, float top, float right,
26 BRect(BPoint leftTop, BPoint rightBottom);
27 BRect(BPoint leftTop, BSize size);
28 BRect(float side);
30 BRect& operator=(const BRect
120 BRect::BRect() function in class:BRect
131 BRect::BRect(float left, float top, float right, float bottom) function in class:BRect
142 BRect::BRect(const BRect& other) function in class:BRect
153 BRect::BRect(BPoint leftTop, BPoint rightBottom) function in class:BRect
164 BRect::BRect(BPoint leftTop, BSize size) function in class:BRect
175 BRect::BRect(float side) function in class:BRect
[all...]
H A DPolygon.h26 BRect Frame() const;
29 void MapTo(BRect source, BRect destination);
44 void _MapPoint(BPoint* point, const BRect& source,
45 const BRect& destination);
46 void _MapRectangle(BRect* rect, const BRect& source,
47 const BRect& destination);
50 BRect fBounds;
H A DControlLook.h109 virtual void DrawButtonFrame(BView* view, BRect& rect,
110 const BRect& updateRect,
115 virtual void DrawButtonFrame(BView* view, BRect& rect,
116 const BRect& updateRect,
122 virtual void DrawButtonFrame(BView* view, BRect& rect,
123 const BRect& updateRect,
133 virtual void DrawButtonBackground(BView* view, BRect& rect,
134 const BRect& updateRect,
139 virtual void DrawButtonBackground(BView* view, BRect& rect,
140 const BRect
[all...]
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.h21 ScreenCornerSelector(BRect frame,
25 virtual void Draw(BRect updateRect);
39 BRect _MonitorFrame() const;
40 BRect _InnerFrame(BRect monitorFrame) const;
41 BRect _CenterFrame(BRect innerFrame) const;
42 void _DrawStop(BRect innerFrame);
43 void _DrawArrow(BRect innerFrame);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.hpp12 PrintTestView(BRect frame);
13 void Draw(BRect updateRect);
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.h33 virtual void DrawButtonFrame(BView* view, BRect& rect,
34 const BRect& updateRect,
39 virtual void DrawButtonFrame(BView* view, BRect& rect,
40 const BRect& updateRect,
46 virtual void DrawButtonFrame(BView* view, BRect& rect,
47 const BRect& updateRect,
57 virtual void DrawMenuBarBackground(BView* view, BRect& rect,
58 const BRect& updateRect,
63 BRect& rect, const BRect
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.h18 GPBand(BBitmap* bitmap, BRect validRect, BPoint where);
20 BRect GetBoundingRectangle() const;
24 BRect fValidRect;
/haiku/src/apps/showimage/
H A DSelectionBox.h29 void SetBounds(ShowImageView* view, BRect bounds);
30 BRect Bounds() const;
38 const BRect& updateRect) const;
43 BRect _RectInView(ShowImageView* view) const;
46 BRect fBounds;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.h28 virtual void FrameChanged(BRect oldFrame, BRect newFrame);
32 BRect _ViewFrame() const;
33 BRect _ViewFrameInContainer() const;
39 BRect fInsets;
/haiku/src/preferences/joysticks/
H A DCalibWin.cpp28 CalibWin::CalibWin(BRect frame,const char *title, window_look look,
33 fButton12 = new BButton(BRect(213.00,86.00,268.00,105.00),"Button12","Button",NULL);
34 fButton11 = new BButton(BRect(148.00,88.00,206.00,110.00),"Button11","Button",NULL);
35 fButton10 = new BButton(BRect(205.00,168.00,260.00,190.00),"Button10","Button",NULL);
36 fButton9 = new BButton(BRect(213.00,137.00,263.00,163.00),"Button9","Button", NULL);
37 fButton8 = new BButton(BRect(144.00,173.00,189.00,194.00),"Button8","Button",NULL);
38 fButton7 = new BButton(BRect(145.00,145.00,193.00,168.00),"Button7","Button",NULL);
39 fButton6 = new BButton(BRect(217.00,109.00,261.00,131.00),"Button6","Button",NULL);
40 fButton5 = new BButton(BRect(147.00,116.00,194.00,139.00),"Button5","Button",NULL);
41 fButton4 = new BButton(BRect(189.0
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h59 BRect Bounds() const;
117 BRect StrokeTriangle(BPoint pt1, BPoint pt2,
120 BRect FillTriangle(BPoint pt1, BPoint pt2,
122 BRect FillTriangle(BPoint pt1, BPoint pt2,
127 BRect DrawPolygon(BPoint* ptArray, int32 numPts,
129 BRect FillPolygon(BPoint* ptArray, int32 numPts,
134 BRect DrawBezier(BPoint* controlPoints,
136 BRect FillBezier(BPoint* controlPoints,
140 BRect DrawShape(const int32& opCount,
145 BRect FillShap
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h33 virtual void DrawButtonFrame(BView* view, BRect& rect,
34 const BRect& updateRect,
39 virtual void DrawButtonFrame(BView* view, BRect& rect,
40 const BRect& updateRect,
45 virtual void DrawButtonFrame(BView* view, BRect& rect,
46 const BRect& updateRect,
53 virtual void DrawButtonBackground(BView* view, BRect& rect,
54 const BRect& updateRect,
59 virtual void DrawButtonBackground(BView* view, BRect& rect,
60 const BRect
[all...]
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp19 View(BRect rect);
22 virtual void Draw(BRect updateRect);
43 View::View(BRect rect)
56 View::Draw(BRect updateRect)
64 StrokeRect(BRect(5, 5, 10, 10));
70 StrokeRect(BRect(5, 5, 10, 10));
77 StrokeRect(BRect(6, 6, 11, 11));
84 StrokeRect(BRect(5, 5, 10, 10));
99 BWindow(BRect(100, 100, 400, 400), "ViewState-Test", B_TITLED_WINDOW,
102 BView* view = new View(BRect(1
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h31 BRect frame, Desktop* desktop);
41 virtual void _DrawFrame(BRect rect);
43 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
44 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
46 BRect rect);
48 BRect rect);
50 BRect rect);
51 virtual void _DrawResizeKnob(BRect r, bool full,
56 bool direct, BRect rect);
58 const BRect rec
[all...]
/haiku/src/servers/app/
H A DWorkspacesView.h17 WorkspacesView(BRect frame, BPoint scrollingOffset,
38 BRect _ScreenFrame(int32 index);
39 BRect _WorkspaceAt(int32 index);
40 BRect _WorkspaceAt(BPoint where, int32& index);
41 BRect _WindowFrame(const BRect& workspaceFrame,
42 const BRect& screenFrame, const BRect& windowFrame,
46 const BRect& workspaceFrame, const BRect
[all...]
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h42 void _OffsetRect(BRect* rect, direction whereTo);
43 void _OffscreenBounceBack(BRect* rect,
46 BRect _NearestRect(BRect goalRect, BRect a, BRect b);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.h23 void SetDataRect(BRect dataRect);
24 BRect DataRect() const;
30 BRect VisibleBounds() const;
31 BRect VisibleRect() const;
40 virtual void DataRectChanged(BRect oldDataRect,
41 BRect newDataRect);
/haiku/src/apps/pulse/
H A DPrefs.h24 BRect normal_window_rect, mini_window_rect, prefs_window_rect;
34 bool GetRect(const char *name, BRect *value, BRect *defaultvalue);
37 bool PutRect(const char *name, BRect *value);
41 BRect GetNormalWindowRect();
42 BRect GetMiniWindowRect();

Completed in 184 milliseconds

1234567891011>>