Searched defs:FX_RECT (Results 1 – 1 of 1) sorted by relevance
144 struct FX_RECT { struct146 constexpr FX_RECT(int l, int t, int r, int b) in FX_RECT() argument149 FX_RECT& operator=(const FX_RECT& that) = default; argument158 void Intersect(const FX_RECT& src); argument159 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() argument169 bool operator==(const FX_RECT& src) const { argument193 explicit CFX_FloatRect(const FX_RECT& rect); argument