Home | History | Annotate | Download | only in base

Lines Matching full:rect

14 #include "ui/gfx/rect.h"
27 Region(gfx::Rect rect); // NOLINT(runtime/explicit)
30 const Region& operator=(gfx::Rect rect);
39 bool Contains(gfx::Rect rect) const;
42 bool Intersects(gfx::Rect rect) const;
45 void Subtract(gfx::Rect rect);
47 void Union(gfx::Rect rect);
49 void Intersect(gfx::Rect rect);
56 gfx::Rect bounds() const {
69 gfx::Rect rect() const {
70 return gfx::SkIRectToRect(it_.rect());
103 inline Region SubtractRegions(const Region& a, gfx::Rect b) {
115 inline Region IntersectRegions(const Region& a, gfx::Rect b) {
127 inline Region UnionRegions(const Region& a, gfx::Rect b) {