Searched refs:other_rect (Results 1 – 2 of 2) sorted by relevance
34 void FX_RECT::Union(const FX_RECT& other_rect) in Union() argument37 FX_RECT other = other_rect; in Union()87 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect) in Intersect() argument90 CFX_FloatRect other = other_rect; in Intersect()100 void CFX_FloatRect::Union(const CFX_FloatRect& other_rect) in Union() argument103 CFX_FloatRect other = other_rect; in Union()198 FX_BOOL CFX_FloatRect::Contains(const CFX_FloatRect& other_rect) const in Contains()202 CFX_FloatRect n2 = other_rect; in Contains()
572 void Union(const FX_RECT& other_rect);587 FX_BOOL Contains(const FX_RECT& other_rect) const in Contains()589 …return other_rect.left >= left && other_rect.right <= right && other_rect.top >= top && other_rect… in Contains()646 FX_BOOL Contains(const CFX_FloatRect& other_rect) const;652 void Intersect(const CFX_FloatRect& other_rect);654 void Union(const CFX_FloatRect& other_rect);