Searched defs:rect_base (Results 1 – 2 of 2) sorted by relevance
67 template<class T> struct rect_base { struct68 typedef rect_base<T> self_type; argument73 rect_base() {} in rect_base() argument74 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() argument76 const self_type& normalize() in normalize()91 bool clip(const self_type& r) in clip()107 bool is_valid() const in is_valid()
204 struct rect_base { struct205 float x1;206 float y1;207 float x2;208 float y2;