Searched refs:other_rect (Results 1 – 2 of 2) sorted by relevance
88 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() argument102 CFX_FloatRect other = other_rect; in Union()156 bool CFX_FloatRect::Contains(const CFX_FloatRect& other_rect) const { in Contains()158 CFX_FloatRect n2(other_rect); in Contains()
245 bool Contains(const CFX_FloatRect& other_rect) const;247 void Intersect(const CFX_FloatRect& other_rect);248 void Union(const CFX_FloatRect& other_rect);