Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp34 void FX_RECT::Union(const FX_RECT& other_rect) in Union() argument
37 FX_RECT other = other_rect; in Union()
87 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
103 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()
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h572 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);