Home
last modified time | relevance | path

Searched refs:other_rect (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp88 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect) { in Intersect() argument
90 CFX_FloatRect other = other_rect; in Intersect()
100 void CFX_FloatRect::Union(const CFX_FloatRect& other_rect) { in Union() argument
102 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()
Dfx_coordinates.h245 bool Contains(const CFX_FloatRect& other_rect) const;
247 void Intersect(const CFX_FloatRect& other_rect);
248 void Union(const CFX_FloatRect& other_rect);