Searched defs:Rect (Results 1 – 5 of 5) sorted by relevance
6 struct Rect { struct8 Rect(T x_, T y_, T w_, T h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() function9 T x = 0, y = 0;10 T w = 0, h = 0;13 Rect operator *(Number value) const { in operator *()18 bool operator==(const R& r) const { in operator ==()22 bool hasArea() const { return w != 0 && h != 0; } in hasArea()
1227 xRectangle Rect[3]; in xf86InitFBManagerArea() local
456 typedef Rect2i Rect; typedef