Lines Matching defs:BRect

15 class BRect {
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& other);
55 BRect& InsetBySelf(BPoint inset);
56 BRect& InsetBySelf(float dx, float dy);
57 BRect InsetByCopy(BPoint inset) const;
58 BRect InsetByCopy(float dx, float dy) const;
59 BRect& OffsetBySelf(BPoint offset);
60 BRect& OffsetBySelf(float dx, float dy);
61 BRect OffsetByCopy(BPoint offset) const;
62 BRect OffsetByCopy(float dx, float dy) const;
63 BRect& OffsetToSelf(BPoint offset);
64 BRect& OffsetToSelf(float x, float y);
65 BRect OffsetToCopy(BPoint offset) const;
66 BRect OffsetToCopy(float x, float y) const;
69 bool operator==(BRect other) const;
70 bool operator!=(BRect other) const;
73 BRect operator&(BRect other) const;
74 BRect operator|(BRect other) const;
83 bool Intersects(BRect rect) const;
85 bool Contains(BRect rect) const;
92 BRect::LeftTop() const
99 BRect::RightBottom() const
106 BRect::LeftBottom() const
113 BRect::RightTop() const
120 BRect::BRect()
131 BRect::BRect(float left, float top, float right, float bottom)
142 BRect::BRect(const BRect& other)
153 BRect::BRect(BPoint leftTop, BPoint rightBottom)
164 BRect::BRect(BPoint leftTop, BSize size)
175 BRect::BRect(float side)
185 inline BRect&
186 BRect::operator=(const BRect& other)
197 BRect::Set(float left, float top, float right, float bottom)
207 BRect::IsValid() const
214 BRect::IntegerWidth() const
221 BRect::Width() const
228 BRect::IntegerHeight() const
235 BRect::Height() const
242 BRect::Size() const