Searched defs:FX_RECT (Results 1 – 1 of 1) sorted by relevance
148 struct FX_RECT { struct150 constexpr FX_RECT(int l, int t, int r, int b) in FX_RECT() argument153 FX_RECT& operator=(const FX_RECT& that) = default; argument162 void Intersect(const FX_RECT& src); argument163 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() argument173 bool operator==(const FX_RECT& src) const { argument197 explicit CFX_FloatRect(const FX_RECT& rect); argument