Lines Matching refs:rects
484 // this catches empties and rects being equal
551 bool SkRegion::setRects(const SkIRect rects[], int count) {
555 this->setRect(rects[0]);
557 this->op(rects[i], kUnion_Op);
903 logical intervals that represents (i.e. number of rects that would be
1108 // check for explicit empty (the zero rect), so we can compare rects to know when