Lines Matching refs:rect
55 Event: Used for record a rect edge in/out event
56 y_: rect edge Y value
57 type: OPEN/CLOSE: lhs rect in/out; VOID_OPEN/VOID_CLOSE: rhs rect in/out
148 explicit Region(Rect& rect)
150 rects_.push_back(rect);
151 bound_ = Rect { rect };
196 for (auto& rect : rects_) {
197 info.append(rect.GetRectInfo());
229 (rect in rects_ do not intersect with each other)