Searched defs:rect_base (Results 1 – 2 of 2) sorted by relevance
64 template<class T> struct rect_base { struct65 typedef rect_base<T> self_type; argument70 rect_base() {} in rect_base() argument71 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() function73 const self_type& normalize() in normalize()88 bool clip(const self_type& r) in clip()104 bool is_valid() const in is_valid()
202 struct rect_base { struct203 float x1;204 float y1;205 float x2;206 float y2;