Lines Matching defs:IntRect

18 class IntRect {
25 IntRect();
26 IntRect(const IntRect& r);
27 IntRect(const BRect& r);
28 IntRect(int32 l, int32 t, int32 r, int32 b);
29 IntRect(const IntPoint& lt,
32 IntRect& operator=(const IntRect &r);
56 IntRect& InsetBySelf(const IntPoint& p);
57 IntRect& InsetBySelf(int32 dx, int32 dy);
58 IntRect InsetByCopy(const IntPoint& p);
59 IntRect InsetByCopy(int32 dx, int32 dy);
60 IntRect& OffsetBySelf(const IntPoint& p);
61 IntRect& OffsetBySelf(int32 dx, int32 dy);
62 IntRect OffsetByCopy(const IntPoint& p);
63 IntRect OffsetByCopy(int32 dx, int32 dy);
64 IntRect& OffsetToSelf(const IntPoint& p);
65 IntRect& OffsetToSelf(int32 dx, int32 dy);
66 IntRect OffsetToCopy(const IntPoint& p);
67 IntRect OffsetToCopy(int32 dx, int32 dy);
70 bool operator==(const IntRect& r) const;
71 bool operator!=(const IntRect& r) const;
74 IntRect operator&(const IntRect& r) const;
75 IntRect operator|(const IntRect& r) const;
83 bool Intersects(const IntRect& r) const;
90 bool Contains(const IntRect& r) const;
97 IntRect::LeftTop() const
104 IntRect::RightBottom() const
111 IntRect::LeftBottom() const
118 IntRect::RightTop() const
125 IntRect::IntRect()
133 IntRect::IntRect(int32 l, int32 t, int32 r, int32 b)
143 IntRect::IntRect(const IntRect &r)
153 IntRect::IntRect(const BRect &r)
163 IntRect::IntRect(const IntPoint& leftTop, const IntPoint& rightBottom)
172 inline IntRect &
173 IntRect::operator=(const IntRect& from)
184 IntRect::Set(int32 l, int32 t, int32 r, int32 b)
194 IntRect::IsValid() const
201 IntRect::IntegerWidth() const
208 IntRect::Width() const
215 IntRect::IntegerHeight() const
222 IntRect::Height() const
228 IntRect::operator clipping_rect() const