Home | History | Annotate | Download | only in graphics

Lines Matching defs:IntRect

27 #include "IntRect.h"
37 IntRect::IntRect(const FloatRect& r)
43 bool IntRect::intersects(const IntRect& other) const
51 bool IntRect::contains(const IntRect& other) const
57 void IntRect::intersect(const IntRect& other)
78 void IntRect::unite(const IntRect& other)
99 void IntRect::uniteIfNonZero(const IntRect& other)
120 void IntRect::scale(float s)
128 IntRect unionRect(const Vector<IntRect>& rects)
130 IntRect result;