Home | History | Annotate | Download | only in core

Lines Matching defs:setRect

84     this->setRect(rect);
143 bool SkRegion::setRect(int32_t left, int32_t top,
154 bool SkRegion::setRect(const SkIRect& r) {
155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
284 return this->setRect(fBounds);
547 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
597 this->setRect(rects[0]);
977 return result ? result->setRect(rect) : !rect.isEmpty();